AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
[Kestrel performance improvements on high core machines](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#kestrel-performance-improvements-on-high-core-machines)
[Kestrel support for WebSockets over HTTP/2](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-6/#kestrel-support-for-websockets-over-http-2)
See [Provide endpoint descriptions and summaries for minimal APIs](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-2/#provide-endpoint-descriptions-and-summaries-for-minimal-apis) and write sample code in https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/endpoint-description-summary/7.0-samples then delete https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/minimal-apis/endpoint-description-summary/7.0-samples/ReadMe.md cc @fiyazbinhasan
The part about providing the port number for the localhost redirect UI in the "Register an AAD B2C app:" section is not needed, as localhost addresses are handled differently. It...
Provide a summary on annotation in the gRPC Transcoding topic. We point to this following reference, but a summary is also needed: https://cloud.google.com/service-infrastructure/docs/service-management/reference/rpc/google.api#google.api.HttpRule This item is not tied to the...
In the 7.0 version of the gRPC JSON transcoding add a new section: _Support for multi-segment parameters_ which was a feature added in .NET 7.0 preview 6. This issue has...
[New problem details service](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#new-problem-details-service) - [x] Create sample middleware in https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware from https://github.com/dotnet/AspNetCore.Docs.Samples/pull/25 Sample at https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware/problem-details-service Also document #25107 --- #### Document Details ⚠ *Do not edit this section. It...
[New HttpResults interfaces](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#new-httpresults-interfaces)
- [x] [Preview 1](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-net-7-preview-1/) - [x] #26345 - [x] #26821 - [x] #26683 - [x] #26346 - [x] #26445 - [x] #26569 Is that new to .NET 6 or .NET...
[Diagnostics middleware updates](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-preview-7/#diagnostics-middleware-updates) Create sample showing how to use this in https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/middleware