Must-have resources for new .NET Aspire developersFind resources for new .NET Aspire developers: official Microsoft content, community videos, articles, advanced code samples and projects.May 27May 27
TreatWarningsAsErrors and warnaserror are not the sameThe TreatWarningsAsErrors property and warnaserror command line switch behave slightly differently, maybe you should consider using both?Apr 10Apr 10
Locally test and validate your Renovate configuration filesTest, validate and troubleshoot your Renovate configuration files locally, without having to push changes to your source control.Apr 9Apr 9
Remove git hash from assembly informational version in .NET 8Since the .NET 8 SDK, the assembly’s info version includes the git commit hash. Here’s how to disable this feature.Apr 8Apr 8
Your custom HttpClient delegating handlers should be transientUnderstand why reusing DelegatingHandlers in HttpClients with Microsoft.Extensions.Http could lead to catastrophic failures.Apr 5Apr 5
How to securely reverse-proxy ASP.NET Core web appsLearn to configure your ASP.NET Core web apps to securely work with reverse-proxies and load balancers, such as Nginx, Traefik, and Caddy.Apr 4Apr 4
Enable tab completion for the .NET CLI in your terminalModify your shell to enable .NET CLI tab completion in PowerShell, Bash, and Zsh for faster command execution.Apr 1Apr 1
.NET Aspire dashboard is the best tool to visualize your OpenTelemetry data during local…Get rid of Grafana, Loki and Prometheus and use the Aspire dashboard to visualize your OpenTelemetry data during local development instead.Mar 253Mar 253
Running Ruby on Rails web apps with .NET AspireLearn how to extend the .NET Aspire app model for Ruby on Rails web apps with insights on setup, custom resource creation, and networking.Mar 18Mar 18
Key derivation in .NET using HKDFLearn to use HKDF in .NET for key derivation, simplifying the creation of secure encryption and authentication keys from a primary key.Mar 4Mar 4