|
| 1 | +--- |
| 2 | +title: What's new in ASP.NET Core in .NET 11 |
| 3 | +author: wadepickett |
| 4 | +description: Learn about the new features in ASP.NET Core in .NET 11. |
| 5 | +ms.author: wpickett |
| 6 | +ms.custom: mvc |
| 7 | +ms.date: 12/04/2025 |
| 8 | +uid: aspnetcore-11 |
| 9 | +--- |
| 10 | +# What's new in ASP.NET Core in .NET 11 |
| 11 | + |
| 12 | +<!-- NOTE: Add the following to toc.yml when the |
| 13 | + breaking changes article is put up ... |
| 14 | + |
| 15 | +- name: Breaking changes |
| 16 | + href: /dotnet/core/compatibility/10.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core> |
| 17 | +
|
| 18 | +--> |
| 19 | + |
| 20 | +This article highlights the most significant changes in ASP.NET Core in .NET 11 with links to relevant documentation. |
| 21 | + |
| 22 | +This article will be updated as new preview releases are made available. |
| 23 | + |
| 24 | +<!-- HOLD - The 11.0 article hasn't been created yet ... |
| 25 | +
|
| 26 | + https://learn.microsoft.com/dotnet/core/compatibility/11.0#aspnet-core |
| 27 | +
|
| 28 | +For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/11.0#aspnet-core). |
| 29 | +
|
| 30 | +--> |
| 31 | + |
| 32 | +## Blazor |
| 33 | + |
| 34 | +This section describes new features for Blazor. |
| 35 | + |
| 36 | +[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor.md)] |
| 37 | + |
| 38 | +## Blazor Hybrid |
| 39 | + |
| 40 | +This section describes new features for Blazor Hybrid. |
| 41 | + |
| 42 | +[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor-hybrid.md)] |
| 43 | + |
| 44 | +## SignalR |
| 45 | + |
| 46 | +This section describes new features for SignalR. |
| 47 | + |
| 48 | +## Minimal APIs |
| 49 | + |
| 50 | +This section describes new features for minimal APIs. |
| 51 | + |
| 52 | +## OpenAPI |
| 53 | + |
| 54 | +This section describes new features for OpenAPI. |
| 55 | + |
| 56 | +## Authentication and authorization |
| 57 | + |
| 58 | +This section describes new features for authentication and authorization. |
| 59 | + |
| 60 | +## Miscellaneous |
| 61 | + |
| 62 | +This section describes miscellaneous new features in .NET 11. |
| 63 | + |
| 64 | +<!-- HOLD - The breaking changes article for 11.0 hasn't been created yet ... |
| 65 | +
|
| 66 | + https://learn.microsoft.com/dotnet/core/compatibility/breaking-changes |
| 67 | +
|
| 68 | +## Breaking changes |
| 69 | +
|
| 70 | +Use the articles in [Breaking changes in .NET](/dotnet/core/compatibility/breaking-changes) to find breaking changes that might apply when upgrading an app to a newer version of .NET. |
| 71 | +
|
| 72 | +--> |
0 commit comments