Place image pixels in a grid
Let’s draw a pixelated image separated by transparent lines in Win2D! ...
Let’s draw a pixelated image separated by transparent lines in Win2D! ...
Win2D provides the ability to use GPU-accelerated 2D graphics in WinUI 3 apps. ...
In this note we are considering the image extraction from ICO files in pure C# (without Win32 or any other dependencies). ...
In this note we are considering the image extraction from ICO files using the Win32 API. ...
In this note I’ll show how to use BenchmarkDotNet to compare the performance of different versions of the same library. ...
Five Windows tweaks that make the system more usable (at least for me). The 3rd party apps aren’t required. Only (reversible) registry changes. ...
Windows Explorer sorts files with digits in a more natural way than build-in C# functions. It’s possible to use this sorting method in any app for Windows. ...
GitHub Packages allows to organize the private NuGet repository. In this note I show how to configure the private NuGet repository with GitHub Packages. ...
At .NET Conf 2024 some speakers used Visual Studio with a new UI. Is it the unannounced Visual Studio 2025? Nope. It’s just the updated UI for Visual Studio 2022! ...
Sometimes even simple things can be confusing. Especially if you don’t encounter them every day. The funniest thing is if you’ve already solved this problem and successfully forgot about it after some time. ...