Skip to content

Commit 20931c7

Browse files
Create aspnetcore-10.0.md (#34624)
* Create aspnetcore-10.0.md * Add link to ASP.NET Core announcement page * Apply suggestions from code review Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> --------- Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
1 parent e76a9db commit 20931c7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: What's new in ASP.NET Core 10.0
3+
author: rick-anderson
4+
description: Learn about the new features in ASP.NET Core 10.0.
5+
ms.author: riande
6+
ms.custom: mvc
7+
ms.date: 2/5/2025
8+
uid: aspnetcore-10
9+
---
10+
# What's new in ASP.NET Core 10.0
11+
12+
This article highlights the most significant changes in ASP.NET Core 10.0 with links to relevant documentation.
13+
14+
This article will be updated as new preview releases are made available. See the [Asp.Net Core announcement page](https://github.com/aspnet/announcements/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0.0-rc2) until this page is updated.
15+
16+
<!-- New content should be added to ~/aspnetcore-9/includes/newFeatureName.md files. This will help prevent merge conflicts in this file. -->
17+
18+
## Blazor
19+
20+
This section describes new features for Blazor.
21+
22+
## SignalR
23+
24+
This section describes new features for SignalR.
25+
26+
## Minimal APIs
27+
28+
This section describes new features for minimal APIs.
29+
30+
## Authentication and authorization
31+
32+
This section describes new features for authentication and authorization.
33+
34+
## Miscellaneous
35+
36+
This section describes miscellaneous new features in ASP.NET Core 9.
37+
38+
## Related content

0 commit comments

Comments
 (0)