#Asp-Net-Core
3 notas · última:
HTTP Best Practices Using ASP.NET Core And Polly
The page explains HTTP resiliency in ASP.NET Core with Polly, focusing on transient errors. It shows retry, circuit breaker, and bulkhead policies and how they are combined with HttpClientFactory.
API Versioning in ASP.NET Core
The page explains how API versioning lets ASP.NET Core APIs evolve without breaking existing clients, and shows how to add it with Asp.Versioning, choose version readers, and manage controllers and Minimal APIs.
Logging Best Practices in ASP.NET Core
The post recommends Serilog for ASP.NET Core, using the right log levels, filters, structured logging, sensitive-data protection, error logging, log rotation, async sinks, and a centralized UI like Seq.
