Supporting platform-specific .NET tools on old .NET SDKs: Exploring the .NET 10 preview - Part 8
Exploring .NET 10's new platform-specific tool features and strategies for maintaining compatibility with older .NET SDK versions.
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.