
Missing year on the VS 2026 shortcut hints at a huge change
On installing VS 2026, I noticed the year is missing on the shortcut. It’s no bug, and the way Visual Studio is being developed, released and supported is changing in a huge way.

On installing VS 2026, I noticed the year is missing on the shortcut. It’s no bug, and the way Visual Studio is being developed, released and supported is changing in a huge way.

The null conditional operator just got an upgrade.. we can do assignments with it now! Let’s see it in action.

Extension members take extension methods to the next level. Let’s see how to use this new C# 14 feature.

A month into a new job, and a return to a company I was at 20 years ago, there’s a lot to be thankful for.

Pull requests are a chance to ask, learn, and make sure that the code being merged is something EVERYONE is comfortable owning.

Should you use DateTime or DateTimeOffset? Well, it depends…

In .NET 5, WinForms got a WebView2 control for displaying web pages.. even ones we create on-the-fly while the app’s running. Let’s kick the tires.

In .NET 5, WinForms got a major upgrade to the MessageBox called TaskDialog. It’s way more flexible and powerful - let’s check it out!

One of the smaller updates to make it into .NET 9 for WinForms was allowing multi-selection in the FolderBrowserDialog. Let’s see how.

Buried 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.