Switching Between Dark and Light Themes in a WinUI App
In this note, we will look at how to switch between light and dark themes in a WinUI app. ...
How to properly use .NET build-in dependency injection with WinUI apps
This post is based on Using .NET build-in dependency injection with WinUI apps and represents work on the mistakes made in the design of the approach described there. ...
ContentDialog and MVVM in WinUI
Let’s use ContentDialog in MVVM pattern style! ...
Mouse drag with Reactive Extensions
Let’s consider how to implement the ability to drag items with Rx.NET. ...
Place image pixels in a grid
Let’s draw a pixelated image separated by transparent lines in Win2D! ...
Win2D
Win2D provides the ability to use GPU-accelerated 2D graphics in WinUI 3 apps. ...
How to extract a specific image from the icon file. Pure C#
In this note we are considering the image extraction from ICO files in pure C# (without Win32 or any other dependencies). ...
How to extract a specific image from the icon file
In this note we are considering the image extraction from ICO files using the Win32 API. ...
How to compare the performance of different versions of the same library
In this note I’ll show how to use BenchmarkDotNet to compare the performance of different versions of the same library. ...
Windows Tweaks
Five Windows tweaks that make the system more usable (at least for me). The 3rd party apps aren’t required. Only (reversible) registry changes. ...