Closed danroth27 closed 2 months 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.
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.
BTW ... I'll pounce on the final Blazor tutorial updates as soon as we hit the Pre7 release ...
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.