diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md new file mode 100644 index 000000000000..b71a2f096a16 --- /dev/null +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -0,0 +1,38 @@ +--- +title: What's new in ASP.NET Core 10.0 +author: rick-anderson +description: Learn about the new features in ASP.NET Core 10.0. +ms.author: riande +ms.custom: mvc +ms.date: 2/5/2025 +uid: aspnetcore-10 +--- +# What's new in ASP.NET Core 10.0 + +This article highlights the most significant changes in ASP.NET Core 10.0 with links to relevant documentation. + +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. + + + +## Blazor + +This section describes new features for Blazor. + +## SignalR + +This section describes new features for SignalR. + +## Minimal APIs + +This section describes new features for minimal APIs. + +## Authentication and authorization + +This section describes new features for authentication and authorization. + +## Miscellaneous + +This section describes miscellaneous new features in ASP.NET Core 9. + +## Related content