Skip to content

Commit 92e22a6

Browse files
Update ASP.NET Core what's new (#43425)
1 parent 851b554 commit 92e22a6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,15 @@ The latest release introduces significant new capabilities for tokenizers:
105105

106106
## ASP.NET Core
107107

108-
ASP.NET Core includes improvements to Blazor, SignalR, minimal APIs, OpenAPI, and authentication and authorization. For more information, see [What's new in ASP.NET Core 9.0](/aspnet/core/release-notes/aspnetcore-9.0).
108+
ASP.NET Core apps built with .NET 9 are secure by default, have expanded support for ahead-of-time complication, and have improved monitoring and tracing. With the performance improvements, you'll see higher throughput and faster startup time, and all with less memory usage. ASP.NET Core in .NET 9 includes:
109+
110+
- Optimized handling of static files, like JavaScript and CSS, at build and publish time with automatic fingerprinted versioning.
111+
- Blazor: New Hybrid and Web app templates, detection of component render mode, new reconnection experience with server rendering.
112+
- APIs: Built in support for OpenAPI document generation using `Microsoft.AspNetCore.OpenAPI`, enhanced native AOT support.
113+
- Improved security with new APIs for authentication and authorization.
114+
- Easier setup for trusted development certificate on Linux to enable HTTPS during development.
115+
116+
These are just some of the features and enhancements in .NET 9. For more information, see [What's new in ASP.NET Core 9.0](/aspnet/core/release-notes/aspnetcore-9.0).
109117

110118
## .NET MAUI
111119

0 commit comments

Comments
 (0)