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). ...
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. ...
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. ...
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. ...
.NET has build-in dependency injection (DI). It’s used primarily for ASP.NET Core apps, but there’s no reason not to use it with WinUI apps too. ...