dotnet / AspNetCore.Docs

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

Add a Blazor tutorial on using scaffolding to connect to data #32359

Closed danroth27 closed 1 month ago

danroth27 commented 5 months ago

For MVC & Razor Pages we have tutorials that show how to scaffolded some CRUD pages based on an EF Core model that connect to data:

Blazor now supports static server-side rendering and has the same CRUD scaffolder support. We should add a similar tutorial for Blazor.

Rick-Anderson commented 1 month ago

See #26505 where we're waiting for the EF team to update the code to .NET 9 @danroth27 should we continue to maintain the RP version but retire the MVC version? The MVC version hasn't been updated in several versions.

danroth27 commented 1 month ago

should we continue to maintain the RP version but retire the MVC version? The MVC version hasn't been updated in several versions.

I think we need to continue to maintain & publish the MVC & Razor Pages versions. These are still supported frameworks with lots of users. But I don't think we need to add new expansive content to the MVC & Razor Pages versions. Instead, I would focus efforts to on the Blazor content, which is our recommended web UI offering, particularly for new users.

guardrex commented 1 month ago

BTW ... I'll pounce on the final Blazor tutorial updates as soon as we hit the Pre7 release ...