Start Debugging

ASP.NET Core 11 cheat sheet

The ASP.NET Core 11 bits worth bookmarking.

This pillar collects everything I’ve written about ASP.NET Core 11 - minimal APIs, OpenAPI and Swagger UI flows, authentication and Identity, rate limiting, observability with OpenTelemetry, Native AOT, the Kestrel/HTTP-3 work, and the Blazor server-side rendering changes that landed in the .NET 11 cycle.

What to read first

For day-one feature surface, How to add per-endpoint rate limiting in ASP.NET Core 11 and How to add OpenAPI authentication flows to Swagger UI in .NET 11 cover the two changes you’re most likely to wire up first. For perf-sensitive paths, How to use Native AOT with ASP.NET Core minimal APIs and Kestrel starts processing HTTP/3 requests before the SETTINGS frame in .NET 11 Preview 3 are the headline runtime wins.

For observability, How to use OpenTelemetry with .NET 11 and a free backend and How to set up structured logging with Serilog and Seq in .NET 11 are the practical starting points.

What’s on this page

The list below auto-collects posts tagged with any of: aspnetcore, aspnet-core, aspnet. Newest first.

The companion .NET 11 tracker pillar collects the broader release; many ASP.NET Core posts overlap with it.

Index (25 posts)

2026 / 05

2026 / 04

2026 / 01

2023 / 06

2020 / 12

All pillars Home