Released Legba 2.0.0 app (LLM request manager)
Developer releases Legba 2.0.0, a Windows desktop app for managing LLM requests with OpenAI API format, featuring new source code inclusion.
Developer releases Legba 2.0.0, a Windows desktop app for managing LLM requests with OpenAI API format, featuring new source code inclusion.
Learn how to integrate local AI models using Windows AI APIs in a WPF application on Copilot+ PCs with an NPU.
A developer shares their 2025 plans, including job search, personal projects, and goals for automation, AI tools, and NuGet packages.
Explains how WPF in .NET 9.0 adds support for hyphen-based ligatures in fonts like Cascadia Code, with examples.
Explains how to use the new Accent Color feature in WPF applications targeting .NET 9.0, including accessing it via SystemColors and XAML.
Explores new Windows 11 Fluent theming features for WPF applications in .NET 9.0, including implementation methods.
A modern C# approach using custom awaiters to simplify switching to the UI thread in WPF/UWP applications.
A developer investigates and reverse-engineers a forced restart notification from corporate IT software to find a workaround.
Guide to creating a WPF application using the lightweight SDK-style project format with the MSBuildSdkExtras extension.
Extends dispatcher-agnostic view-models to work across multiple windows and UI threads using SynchronizationContext.
An introduction to ReactiveUI, a .NET library for building WPF apps using reactive and functional programming principles.
Tips for writing responsive UI code in WPF by offloading CPU-bound work to background threads and avoiding common async/await pitfalls.
Explains the memory leak problem in Attached Behaviors in XAML apps and demonstrates a practical solution with code examples.
A technical guide on preventing image pasting in a WPF RichTextBox control using the DataObject.Pasting event.
Introducing XamlAnimatedGif, a new open-source library for displaying animated GIFs in WPF, Windows Store, and Windows Phone apps with improved memory efficiency.
Explains how to use Reactive Extensions (Rx) to sample high-frequency C# events like TextChanged in WPF, reducing UI updates.
Elysium Extra 1.1.4 released, a WPF SDK adding Dark/Light theming support and dynamic color controls for Windows Presentation Foundation applications.
Explains implementing validation in WPF using the INotifyDataErrorInfo interface within the MVVM pattern.
An overview of the Model-View-ViewModel (MVVM) pattern for .NET platforms, discussing core interfaces and components needed for implementation.
A technical analysis of performance issues with the WrapPanel control in Windows Phone development and a proposed alternative using VirtualizingStackPanel.