Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
danroth27 opened this issue Apr 18, 2024 · 3 comments · Fixed by #32747
Closed

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

danroth27 opened this issue Apr 18, 2024 · 3 comments · Fixed by #32747
Assignees
Labels

Comments

@danroth27
Copy link
Member

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
Copy link
Contributor

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
Copy link
Member Author

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
Copy link
Collaborator

guardrex commented Aug 8, 2024

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

  • Confirm my guesses on the updates that I made for scaffolded code (or update as needed).
  • Walk the topic again and make sure everything works properly. Get the final 😈 out.
  • Merge the tutorial ... I'll email when it goes live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants