Learn gRPC deadline propagation in .NET 9 with ASP.NET Core: set time budgets, propagate cancellation, tune retries, and stop wasted work after user timeouts.
Category: .Net
-

The Timeout That Wasn’t a Failure: A .NET 9 Runbook for Composable HTTP Resilience, Idempotency Keys, and Calm Retries
A .NET 9 runbook for HttpClient resilience pipelines, idempotency keys, and safe retries, with practical code to prevent retry storms in production APIs.
-

The Launch-Day API Throttle: An ASP.NET Core 9 Runbook for Partitioned Rate Limiting, Retry-After, and Real Backpressure
ASP.NET Core 9 rate limiting runbook with partitioned policies, Retry-After handling, and practical backpressure patterns to protect API fairness at scale.
-

The Cache Hit That Lied: A .NET 9 Playbook for ASP.NET Core Output Caching, ETag Revalidation, and Safe Invalidation
ASP.NET Core output caching for .NET 9 APIs: server-side policies, ETag revalidation, and safe tag-based invalidation to improve speed without stale data.
-

The Queue That Never Drained: A .NET Worker Service Playbook for Backpressure, Graceful Shutdown, and Retry Boundaries
Practical .NET worker service graceful shutdown guide with Channels backpressure, Polly retry boundaries, and OpenTelemetry, so queue-driven jobs stop cleanly.
-

ASP.NET Core in 2026: Build a Fast .NET 9 Minimal API with Native AOT, Rate Limiting, and OpenTelemetry
If you want an API that starts fast, uses less memory, and is still production-safe, this guide is for you. You will build a .NET 9 Minimal API with Native AOT for faster cold starts, a practical rate limiter to…
