dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.53k stars 25.3k forks source link

Update ASP.NET Core fundamentals docs to highlight Blazor #33127

Open danroth27 opened 1 month ago

danroth27 commented 1 month ago

Description

The ASP.NET Core fundamentals doc currently shows MVC & Razor Pages. Instead, it should show Blazor for any frontend web development needs.

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


Associated WorkItem - 289456

danroth27 commented 1 month ago

@tdykstra 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.