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

  Рет қаралды 23,674

James Montemagno

James Montemagno

Күн бұрын

Пікірлер: 84
@davidjones1735
@davidjones1735 8 ай бұрын
Scaffolding is the most tedious part of developing. This is absolutely amazing
@JasonTira
@JasonTira 9 ай бұрын
Well thats just fantastic. Have a model ready to go and have full crud pages and a db ready to demo in minuets.
@bdaunt
@bdaunt 9 ай бұрын
Another slick, tight demo that reveals some time saving prototyping power. Well done!
@njbrad007
@njbrad007 8 ай бұрын
Mind BLOWN. I'm always learning about new features from your videos. Keep up the good work.
@Realswagoverlord
@Realswagoverlord 3 ай бұрын
This is so good. Might not get used often but when you need to create a small app in a pinch this is great.
@GarethFrow
@GarethFrow 8 ай бұрын
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. ?
@SBDavin
@SBDavin 8 ай бұрын
Right - Database First is closer to a real-world requirement.
@collynchristopherbrenner3245
@collynchristopherbrenner3245 9 ай бұрын
This is great!! I remember when people were raving about Django and how it comes with a CDM interface. Now any Blazor application can have that too with ease!
@benli7348
@benli7348 4 ай бұрын
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!
@lightspeedX2
@lightspeedX2 9 ай бұрын
Thanks!
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
Thank you so much!
@vmsaul1
@vmsaul1 9 ай бұрын
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 👍
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
Nice!!! Should work well :)
@leammx
@leammx 8 ай бұрын
Very nice, thank you. How can I reuse all the built-in CRUD operations in a grid component from Syncfusion and/or Radzen?
@JamesMontemagno
@JamesMontemagno 8 ай бұрын
Just swap out the quick grid with their grids
@Salem309Y
@Salem309Y 5 ай бұрын
🎉 Thanks JM. That exactly the quick intro demo I was looking for.
@ignition-ai
@ignition-ai 9 ай бұрын
I've started with ASP net core for scaffolding, then I prefer make all stuff myself 🤗
@sleepysusie
@sleepysusie 9 ай бұрын
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?
@Skint009
@Skint009 9 ай бұрын
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.
@mandlaenkosihlatshwayo2684
@mandlaenkosihlatshwayo2684 7 ай бұрын
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
@dotnetdevni
@dotnetdevni 9 ай бұрын
Is there plans to go futher said u already had a sql database do the cruds for them
@yehuda4904
@yehuda4904 Ай бұрын
That is crazy. I'm wandering if it's possible to easily modify all this so the page will be cruded for a resfull API instead of the databases shown. Thank you so much for your time...
@ahmetkarpuz5878
@ahmetkarpuz5878 3 ай бұрын
Thanks so much for this great video and information.
@ronaldjohnson4470
@ronaldjohnson4470 4 ай бұрын
Awesome tutorial, how would we add radio buttons and checkboxes to a form. Thank you
@BryanPoteet67
@BryanPoteet67 9 ай бұрын
Thanks for the tutorial. Quick question. What plugin are you using to keep the open bracket and divs visible in the editor. Timestamp 5:15. Thanks!!
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
Sticky Scroll Code Indentation Pinning in #VisualStudio
@collynchristopherbrenner3245
@collynchristopherbrenner3245 9 ай бұрын
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!
@gastondiaz4574
@gastondiaz4574 19 күн бұрын
How can I customize the t4 templates, so that for example, it creates the grids with mudblazor grids component?
@mkimiro
@mkimiro 9 ай бұрын
What about to make same type of video but with N-N table relationship.
@SKIDDOW
@SKIDDOW 9 ай бұрын
Very cool time saving
@CarCan316
@CarCan316 9 ай бұрын
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.".
@minnedanhieux1040
@minnedanhieux1040 5 ай бұрын
Silence... ;)
@tibba69
@tibba69 9 ай бұрын
What about using a database other than 4 that show up in the CRUD scaffolding options? I need to use IBM iSeries, but support for this in almost impossible to find in EF Core without a licence.
@oscargarin
@oscargarin 8 ай бұрын
Wow what a great video! Everything that saves time is a bless! How abput adding Authentication/authorization can also be done this way? I saw Net Core 8 improve it a lot (Authentication/authorization/identity).
@OttorinoBruni
@OttorinoBruni 9 ай бұрын
Thanks for sharing. Placing the DbContext directly inside a Blazor project can offer simplicity and direct access to the database, which might be suitable for small projects or prototypes. In a real-world project, I would never opt to place DbContext directly within a Blazor project, as this approach tightly couples your user interface with your data access layer.
@KaraboK9Ntswane
@KaraboK9Ntswane 9 ай бұрын
Hi James; Could you please make an in-depth tutorial on how to setup everything from a clean new windows 11 install to be able to develop MAUI-MVVM/WPF/Blazor etc projects. I have so many issues. One I can't run MAUI projects targeting my machine but it works with Avalonia UI. Sometimes I get Build errors that are too verbose for beginners to understand. Running on browser also doesn't work since Chrome says it's just blank. Like everything to develop projects without encountering issues. Thanks
@SayyadHasan
@SayyadHasan 9 ай бұрын
Again awesome video, thanks Jamo👍
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
My pleasure!
@maistrstyk
@maistrstyk 9 ай бұрын
Hi, i am junior programmer and i am learning .NET MAUI. I wanted to create app which will extract data from xml file and display them as table. But i have problem to align header and data section. Any idea how to make columns of the header and data section same automatic size?
@Vespyro
@Vespyro 6 ай бұрын
UH MAYZING thank you James 🙏
@eduardohidalgo2720
@eduardohidalgo2720 9 ай бұрын
Amazing!! time saver
@rikudouensof
@rikudouensof 9 ай бұрын
This is cool! Sadly after working in a financial institution. Separation of concerns won't let me scaffold anymore.
@oktjona
@oktjona 9 ай бұрын
error InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these when using sqlserver db
@massiv0n
@massiv0n 9 ай бұрын
That was amazing! Great tutorial thanks! Question! Could that work while we are using a UI Framework lole MudBlazor or AdminLTE? Thanks a lot!
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
I think you would just restyle the controls
@ariesandhi
@ariesandhi 9 ай бұрын
Hi It does not scaffold the photo field with upload photo or image?
@scubaaddict
@scubaaddict 8 ай бұрын
awesome video. Can you do one to use model popup for crud?
@Pevi70
@Pevi70 9 ай бұрын
Beautiful. Would you be interested to show how you could collect e.g. monkey data in a maui app (on Android) and store it remotely in this database?
@goldgymca
@goldgymca 7 ай бұрын
It was very useful, thank you. I subscribed at now.
@mustijack
@mustijack 9 ай бұрын
Cool 👍🏻 Thanks James
@ivcbusinesssystems6613
@ivcbusinesssystems6613 9 ай бұрын
*Is MySQL supported?*
@MrNickP
@MrNickP 9 ай бұрын
I'd love to see how to build an image gallery app with uploading images and some simple organization
@charlmalherbe
@charlmalherbe 9 ай бұрын
RazorComponent Scaffolder not available - Visual Studio Pro 17.8.7
@imadabab
@imadabab 9 ай бұрын
Nice. Thanks for sharing. But I design the Create, Edit, Delete and Details in one page for maintenance purpose in scaffolding it creates 4 pages which make page maintenance a nightmare.
@collynchristopherbrenner3245
@collynchristopherbrenner3245 9 ай бұрын
A nightmare? What are you needing to maintain regarding simple CRUD operations?
@NiAngel-tx1cz
@NiAngel-tx1cz 6 ай бұрын
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
@ib4112
@ib4112 Ай бұрын
You should show a complete example for example image field with upload button, country dropdown with countries etc. Otherwise what u are showing was there from very early version of MVC
@johnnysc9507
@johnnysc9507 9 ай бұрын
I dont see a video in your library about one click scaffolding of APIs that you mentioned at the beginning. Link or video title?
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
Here you go kzbin.info/www/bejne/aWPMc4Ssfr-Errcsi=MW2PVJSy-sQOOv48
@kvelez
@kvelez 7 ай бұрын
Cool, excellent.
@atpayero
@atpayero 3 ай бұрын
Excelent video, thanks.
@gower1973
@gower1973 9 ай бұрын
Isn’t SQLite just local storage though? What about authentication, right now anyone could bind on to the endpoint and mess with the CRUD if it was deployed somewhere? Feel like all these videos never give a complete picture of how things work in production and just skirt around the issues.
@EviaAir19
@EviaAir19 9 ай бұрын
Awesome!❤
@Discostoff2
@Discostoff2 9 ай бұрын
How to deploy a blazor net 8 webapp with traefik and docker
@asifghafoor3879
@asifghafoor3879 9 ай бұрын
Wonderful
@appomobi
@appomobi 9 ай бұрын
Just great!
@margosdesarian
@margosdesarian 9 ай бұрын
Does it do hosted Webassembly - with the api and api calls?
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
You could swap out the EF integration with api calls. That would be the best bet.
@10Totti
@10Totti 9 ай бұрын
Nice tutorial!
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
Thank you! Cheers!
@alialshreef2874
@alialshreef2874 9 ай бұрын
Thanks James ^_^
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
You are welcome glad you enjoyed
@SiuLo
@SiuLo Ай бұрын
helped much
@Jim_Manlove
@Jim_Manlove 9 ай бұрын
If you start adding relationships this is going to break.
@tibba69
@tibba69 9 ай бұрын
How would it break? Not saying it wouldn’t, just interested.
@I_OptimusPrime
@I_OptimusPrime 8 ай бұрын
Finallyyy
@amirfahd197
@amirfahd197 9 ай бұрын
awesome
@dotnetdevni
@dotnetdevni 9 ай бұрын
Finally back to Rad Development
@JamesMontemagno
@JamesMontemagno 9 ай бұрын
🎉🎉🎉
@rafalz3987
@rafalz3987 9 ай бұрын
Please use Roses, no monkeys
@PeterGodek2
@PeterGodek2 4 ай бұрын
What about Relations between Tables? That was a too simple example :-(
@PeterGodek2
@PeterGodek2 4 ай бұрын
And what about prefilling and validation of input???
@philippelhaus
@philippelhaus 9 ай бұрын
You guys at MS innovate too fast, it‘s impossible to keep up as average Dev 🤯
Was I Wrong About Blazor? | Coding Shorts 111
16:35
Shawn Wildermuth
Рет қаралды 23 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 15 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 36 МЛН
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 80 М.
CRUD with the Blazor WebAssembly Render Mode in .NET 8 🔥
50:49
Blazor WebAssembly Full Course - In 4+ Hours
4:53:15
SigmoidTek
Рет қаралды 6 М.
Redis Cache, PostgreSQL Databases, Messaging, & More with .NET Aspire
16:37
Blazor: Why 2024 Is The Year Of Blazor 🚀
9:40
Coder Foundry
Рет қаралды 26 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 203 М.
On .NET Live - Blazor and CSLA.NET
56:53
dotnet
Рет қаралды 5 М.
Building Components With Microsoft Blazor
40:35
Coder Foundry
Рет қаралды 1,3 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 15 МЛН