Building for the agentic web with .NET 11
TL;DR
.NET 11 is built around six priorities: Daniel Roth frames the release around feedback, platform fundamentals, the modern stack, distributed apps with Aspire, agentic web apps, and better AI-assisted development.
Many of the biggest wins come "just by upgrading": Kestrel gets lower TLS handshake overhead, malformed request handling, Zstandard compression, stronger CSRF protection via fetch metadata headers, and native OpenTelemetry semantic convention tags without extra ASP.NET Core instrumentation.
Blazor is getting serious SSR parity with MVC: New pieces like environment boundary, temp data, labels, display name, output caching, session-state binding, non-interactive client-side validation, localized validation messages, and async validation close gaps that have bothered Blazor developers for a while.
WebAssembly gets a practical near-term boost while CoreCLR migration is underway: .NET 11 previews the shift from Mono to CoreCLR for Blazor WebAssembly, and ships a new Blazor web worker template today so CPU-heavy jobs can run off the UI thread, even if it is more like a separate process than true multithreading.
Aspire integration now gives Blazor WebAssembly a real production hosting story: The new Blazor gateway hosts static assets, proxies API calls so you can skip CORS, flows service discovery config to the browser, collects OpenTelemetry, supports session affinity, and replaces the old dev server with something deployable.
Microsoft is trying to make .NET a first-class stack for agents and coding agents alike: Roth shows Agent Framework plus AGUI endpoints in ASP.NET Core, prototype Blazor AI components for streaming and human-in-the-loop flows, and .NET Skills plugins that helped an AI turn a 300-400 line monolithic Kanban board into cleaner subcomponents.
The Breakdown
.NET 11 is positioning ASP.NET Core and Blazor for the "agentic web" with native AGUI support, a production-grade Blazor gateway for Aspire, OpenTelemetry built in, and a long list of upgrades that often work just by updating your SDK. Daniel Roth’s demos make the pitch concrete: async validation that checks a username against a database, WebAssembly work pushed to web workers, and Blazor UIs that can stream agent updates, call front-end tools, and keep humans in the loop.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.