Since the .NET 8 SDK, the assembly's info version includes the git commit hash. Here's how to disable this feature.
Understand why reusing DelegatingHandlers in HttpClients with Microsoft.Extensions.Http could lead to catastrophic failures.
Learn to configure your ASP.NET Core web apps to securely work with reverse-proxies and load balancers, such as Nginx, Traefik, and Caddy.
Modify your shell to enable .NET CLI tab completion in PowerShell, Bash, and Zsh for faster command execution.
Get rid of Grafana, Loki and Prometheus and use the Aspire dashboard to visualize your OpenTelemetry data during local development instead.
Learn how to extend the .NET Aspire app model for Ruby on Rails web apps with insights on setup, custom resource creation, and networking tips.
Learn to use HKDF in .NET for key derivation, simplifying the creation of secure encryption and authentication keys from a primary key.