Update ASP.NET Core fundamentals docs to highlight Blazor
Description
See https://github.com/dotnet/AspNetCore.Docs/issues/33127#issuecomment-2243302843:
Actually, looking through all of the ASP.NET Core fundamentals topics, it looks like we should do a general pass through those topics to shift them from Razor Pages to Blazor.
The following list shows Fundamentals articles that have some need for changes to highlight BWA instead of RP, with the corresponding issue number when the issue exists.
App start up -- #34358 Dependency injection (services) -- #34417 Native AOT Overview N/A (AOT not supported) Middleware overview -- #34383 Rate limiting middleware Middleware in Minimal API apps Test middleware Response caching middleware Write middleware Request and response operations Request decompression Factory-based middleware Factory-based middleware with third-party container WebApplication and WebApplicationBuilder -- N/A (RP not mentioned) Generic Host -- N/A (RP not mentioned) Web Host -- N/A (RP not mentioned) Configuration Options Environments (dev, stage, prod) Logging N/A (shows RP example code but links to a Blazor page) HTTP logging N/A (RP not mentioned) W3C logger N/A (RP not mentioned) Health checks N/A (RP not mentioned) Metrics overview N/A (RP not mentioned) Built-in metrics >> N/A (RP not mentioned) HttpContext -- #34367 Routing Handle errors Make HTTP requests Static files
Page URL
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-8.0&tabs=macos
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/index.md
Document ID
8e663029-63b9-2622-f852-9f8a2ec70db3
Article author
@tdykstra