How to Migrate Your .NET 8 and 9 Apps to .NET 10 with Visual Studio and GitHub Copilot
Guide to migrating .NET 8/9 apps to .NET 10 using Visual Studio and GitHub Copilot modernization tools.
Guide to migrating .NET 8/9 apps to .NET 10 using Visual Studio and GitHub Copilot modernization tools.
Details the restructuring of the NetEscapades.EnumGenerators source generator package into three packages, aiming for a stable 1.0 release.
Exploring .NET 10's new platform-specific tool features and strategies for maintaining compatibility with older .NET SDK versions.
Explains how to replace ASP.NET Core's default jQuery validation with HTML5 validation using the FinBuckle.Html5Validation NuGet package.
A tutorial on implementing feature flags in an isolated Azure Functions application using Azure App Configuration Service.
Explains the three core components—structured logging, health checks, and tracing—needed to build a reusable .NET microservices platform.
How to use Visual Studio 2019's built-in feature to find and remove unused project and NuGet package references to clean up your solution.
Explores the challenge of mapping .NET Core framework assemblies back to their original NuGet packages, focusing on an issue in ReSharper/Rider's auto-reference feature.
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.