Today, we are excited to announce the fourth preview release of .NET 11! This release includes improvements across the .NET Runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more. Check out the linked release notes below and get started today.
This release contains the following improvements.
📚Libraries
- Process gets a major API expansion
- Span-based Deflate, ZLib, and GZip encoder/decoder APIs
- Floating-point hex formatting and parsing
- System.Text.Json improvements
- See all library updates
⏱️Runtime
- Runtime libraries are now compiled with runtime-async
- JIT optimizations
- Hardware intrinsics and code generation
- See all runtime updates
🛠️ SDK
dotnet watchadds device selection for .NET MAUI and mobile projects- Fish shell completions match Bash, Zsh, and PowerShell
dotnet referenceand similar commands fall back to the current directory- OpenTelemetry replaces Application Insights for CLI telemetry
- See all SDK updates
C#
- Clearer diagnostic for misplaced
#!shebang directives - Opt-in compilation cache for the VBCSCompiler build server
- See all C# updates
🌐 ASP.NET Core
- HTTP QUERY in generated OpenAPI documents
SupplyParameterFromTempDatafor Blazor- Server-initiated Blazor Server circuit pause
- MCP Server template ships with the .NET SDK
- See all ASP.NET Core updates
📱 .NET MAUI
🎁 Entity Framework Core
- Approximate vector search for SQL Server 2025
- JSON mapping is fully integrated into the relational model
- Temporal period properties can map to CLR properties
dotnet efreads defaults fromdotnet-ef.json- See all EF Core updates
🚀 Get started
To get started with .NET 11, install the .NET 11 SDK.
If you’re on Windows using Visual Studio, we recommend installing the latest Visual Studio 2026 Insiders. You can also use Visual Studio Code and the C# Dev Kit extension with .NET 11.
0 comments
Be the first to start the discussion.