News

In my great big mess of "I've never done much winforms before, so let's do something difficult" code, I've run into a problem. I have several hundred user controls I need to load up at runtime, and it ...
The transition to .NET 6 has left some useful tools behind. The open source community is updating the ideas behind them for a new, cross-platform world. Way back when, as Microsoft struggled to ...
Take advantage of the inversion of control pattern to loosely couple the components of your application and make them easier to test and maintain. Both inversion of control and dependency injection ...
Microsoft announced the preview release of C# Dev Kit, a new extension for Visual Studio Code intended to improve the C# development experience on Linux, macOS, Windows and more. Released just over ...
Visual Studio Code now does Blazor development thanks to updated Razor tooling support in a C# extension. Razor and Blazor are related as they're both part of ASP.NET Core, the Web-centric component ...