Skip to content

Commit 91c7430

Browse files
committed
Add 11.0 release notes
1 parent ce91f4f commit 91c7430

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Release notes appear in this section as preview features become available.*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Release notes appear in this section as preview features become available.*

aspnetcore/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ items:
77
uid: get-started
88
- name: What's new
99
items:
10+
- name: ASP.NET Core 11
11+
items:
12+
- name: What's new in 11
13+
uid: aspnetcore-11
1014
- name: ASP.NET Core 10
1115
items:
1216
- name: What's new in 10

0 commit comments

Comments
 (0)