How to Use GetStockIcon for WinForms in .NET 8Dec 18, 2024 Coding C# C# 12 .NET 8 WinFormsBuried deep in the list of .NET 8 improvements for WinForms is the GetStockIcon method. It gives us a way to access stock Windows icons at runtime for the OS the app is running on. Let’s check it out.
Using Primary Constructors with Classes and Structs in C# 12 / .NET 8Dec 13, 2024 Coding C# C# 12 .NET 8As part of C# 12, we got a new feature called primary constructors. Let’s see how they work and what we can do with them.