2024-02-06 07:38:01 +08:00
|
|
|
---
|
|
|
|
title: What's new in ASP.NET Core 9.0
|
|
|
|
author: rick-anderson
|
|
|
|
description: Learn about the new features in ASP.NET Core 9.0.
|
|
|
|
ms.author: riande
|
|
|
|
ms.custom: mvc
|
2024-03-01 21:10:10 +08:00
|
|
|
ms.date: 3/1/2024
|
2024-02-06 07:38:01 +08:00
|
|
|
uid: aspnetcore-9
|
|
|
|
---
|
|
|
|
# What's new in ASP.NET Core 9.0
|
|
|
|
|
|
|
|
This article highlights the most significant changes in ASP.NET Core 9.0 with links to relevant documentation.
|
|
|
|
|
|
|
|
This article will be updated as new preview releases are made available.
|
|
|
|
|
|
|
|
<!-- New content should be added to ~/aspnetcore-9/includes/newFeatureName.md files. This will help prevent merge conflicts in this file. -->
|
|
|
|
|
|
|
|
## Blazor
|
|
|
|
|
|
|
|
This section describes new features for Blazor.
|
|
|
|
|
2024-02-13 02:18:58 +08:00
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/blazor.md)]
|
|
|
|
|
2024-03-02 01:08:47 +08:00
|
|
|
|
2024-02-06 07:38:01 +08:00
|
|
|
## SignalR
|
|
|
|
|
2024-02-10 11:39:37 +08:00
|
|
|
This section describes new features for SignalR.
|
2024-02-06 07:38:01 +08:00
|
|
|
|
2024-02-14 03:37:09 +08:00
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/signalr.md)]
|
|
|
|
|
2024-02-06 07:38:01 +08:00
|
|
|
## Minimal APIs
|
|
|
|
|
|
|
|
This section describes new features for minimal APIs.
|
|
|
|
|
2024-04-11 05:17:31 +08:00
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/status500.md)]
|
|
|
|
|
2024-02-06 07:38:01 +08:00
|
|
|
## Authentication and authorization
|
|
|
|
|
2024-02-10 11:39:37 +08:00
|
|
|
This section describes new features for authentication and authorization.
|
2024-02-06 07:38:01 +08:00
|
|
|
|
2024-03-13 01:51:20 +08:00
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/oidccustomparms.md)]
|
|
|
|
|
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/httpsysextendedauth.md)]
|
|
|
|
|
2024-02-06 07:38:01 +08:00
|
|
|
## Miscellaneous
|
|
|
|
|
2024-02-14 05:28:22 +08:00
|
|
|
The following sections describe miscellaneous new features.
|
2024-02-06 07:38:01 +08:00
|
|
|
|
2024-02-14 03:37:09 +08:00
|
|
|
[!INCLUDE[](~/release-notes/aspnetcore-9/includes/debugger.md)]
|
|
|
|
|
2024-02-06 07:38:01 +08:00
|
|
|
## Additional resources
|