Generate Blazor Websites in Minutes with Visual Studio's NEW Scaffolder for RAD development!

preview_player
Показать описание
You can now scaffold views for Blazor projects, including CRUD (Create-Read-Update-Delete) using Entity Framework in minutes with Visual Studio 2022. Take a model and turn it into 5 full pages with database integration. In this video I show you how.

Links:

Join this channel to get access to perks:

Follow:

Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.

My Setup:

Using links I provide I may receive a commission if you buy something which helps support the channel.

#blazor #dotnet #visualstudio
Рекомендации по теме
Комментарии
Автор

Well thats just fantastic. Have a model ready to go and have full crud pages and a db ready to demo in minuets.

JasonTira
Автор

Another slick, tight demo that reveals some time saving prototyping power. Well done!

bdaunt
Автор

If you start adding relationships this is going to break.

Jim_Manlove
Автор

Scaffolding is the most tedious part of developing. This is absolutely amazing

davidjones
Автор

How do you use cascading drop-down list that links models in a relational sql database, i tried evenrything from putting referencing foreign keys in the model but nothing is working, could you please help with this one csuse it seems as if every model is just dependent on its on its own and can't be in a relationship

mandlaenkosihlatshwayo
Автор

What about to make same type of video but with N-N table relationship.

mkimiro
Автор

Great feature! How does it handle relationships between the entities? I added 2 classes, with a many-to-many relationship, used this method to add the forms. All went well until I attempted to create an entry, the system returned the error "InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these.".

CarCan
Автор

Wow! no words to say, just let's get on work, i am thinking about using it with Maui Blazor 🤔 thanks James for the video 👍

vmsaul
Автор

0:34 What does "in seconds" mean here
Still, really cool. Also I've never used GUI for EF Core migrations and DB update. Will have to give that a try!

collynchristopherbrenner
Автор

The team I am in at work normally uses razor for our web apps so blazor is new to me. Is this what I should be shifting too or are there times when you would stick to Razor?

sleepysusie
Автор

Hi James, nice presentation although very simplistic. None develops db apps with just one table!! I tried to create an app with 4 models with 1:n and n:n relationships and although the pages are created the run brakes!! And also I would expect an inputselect to be placed in the create/edif form instead of a inputnumber!! Is that too much!! Come on!! Help us out to make close to real apps
Thanks indeed for your presentations guys in microsoft.... We all are trying to keep up... Best regards from Greece James

NiAngel-txcz
Автор

Great video! I didn't know about the GUI for doing EF migrations. I'd love to see a better implementation of identity for Blazor, it currently seems so hacky, not a great experience IMO, and seems a lot of people feel the same after reading all the github issues.

Skint
Автор

Very nice, thank you. How can I reuse all the built-in CRUD operations in a grid component from Syncfusion and/or Radzen?

leammx
Автор

I've started with ASP net core for scaffolding, then I prefer make all stuff myself 🤗

salimnegan
Автор

error InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these when using sqlserver db

oktjona
Автор

Even I have done a large .Net core project. but I still find it is very useful to learn some new in .NET core 8. Thanks!

benli
Автор

Awesome tutorial, how would we add radio buttons and checkboxes to a form. Thank you

ronaldjohnson
Автор

Nice, thanks. Could you do a demo where it's database first? Can the scaffold templates be customised, for instance for autocomplete boxes for foreign keys etc. ?

GarethFrow
Автор

This is so good. Might not get used often but when you need to create a small app in a pinch this is great.

Realswagoverlord
Автор

Thanks so much for this great video and information.

ahmetkarpuz