You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/whats-new/dotnet-9/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ ML.NET is an open-source, cross-platform framework that enables integration of c
63
63
64
64
## ASP.NET Core
65
65
66
-
ASP.NET Core apps built with .NET 9 are secure by default, have expanded support for ahead-of-time complication, improved monitoring and tracing, and with the performance improvements built in you will see higher throughput, faster startup time, and all with less memory usage. ASP.NET Core in .NET 9 includes improvements across:
66
+
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:
67
67
68
-
- Optimized handling of static files, like JavaScript and CSS, at build & publish time with automatic fingerprinted verisioning.
69
-
- Blazor: New Blazor Hybrid and Web app templates, detection of component render mode, new reconnection experience with server rendering.
70
-
- APIs: Built in support for OpenAPI document generation using `Microsoft.AspNetCore.OpenAPI`, enhanced native AOT support,
68
+
- Optimized handling of static files, like JavaScript and CSS, at build and publish time with automatic fingerprinted versioning.
69
+
- Blazor: New Hybrid and Web app templates, detection of component render mode, new reconnection experience with server rendering.
70
+
- APIs: Built in support for OpenAPI document generation using `Microsoft.AspNetCore.OpenAPI`, enhanced native AOT support.
71
71
- Improved security with new APIs for authentication and authorization.
72
72
- Easier setup for trusted development certificate on Linux to enable HTTPS during development.
73
73
74
-
These are just some of the features and enhancements you will find in .NET 9, for more information, see [What's new in ASP.NET Core 9.0](/aspnet/core/release-notes/aspnetcore-9.0).
74
+
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).
0 commit comments