Work with Data in Blazor [Pt 9] | Front-end Web Development with .NET for Beginners

  Рет қаралды 20,679

dotnet

dotnet

Күн бұрын

Пікірлер: 33
@huw1676
@huw1676 10 ай бұрын
Trying this out after Visual Studio 17.9 came out. All of this works. Good tutorial! Thank you
@sakshock
@sakshock 5 ай бұрын
Wonderfully explained! Im a dotnet dev over a decade and just looking for training materials on blazor front end !
@jcchaconjr
@jcchaconjr 10 ай бұрын
Very nice! As a bonus, I also added the link for the Movies page to the NavBar and included the BootStrap "Film" icon to it. 😁
@FranciscoMarcosMilhomemAbreu
@FranciscoMarcosMilhomemAbreu 10 ай бұрын
Hi, friends! I am using Linux and VS Code. What is the command line to make this scaffold?
@AthelstanEngland
@AthelstanEngland 6 ай бұрын
It seems you have to add, via NuGet, Microsoft.AspNetCore.Components.Quickgrid or Microsoft.AspNetCore.Components.Quickgrid.EntityFramework for the grid. Not sure if that should be added automatically but I had to do it manually. Also not certain what differences there are in the EF specific one.
@glautermoulin
@glautermoulin 11 ай бұрын
Thank you ! My VS2022 don't have the "Razor Components Using Entity Framework (CRUD)", only option "Razor Component"
@sikor02
@sikor02 11 ай бұрын
Same. I just did the Visual Studio update, and I see only Razor Component
@milesmoyo5458
@milesmoyo5458 10 ай бұрын
thank you so much for saying this I thought I was alone@@sikor02
@huw1676
@huw1676 10 ай бұрын
You need Visual Studio 17.9 which came out on the 13th of February 2024
@lenso3757
@lenso3757 9 ай бұрын
Blazor is powerful m enjoying.
@amitkumdixit
@amitkumdixit 3 ай бұрын
InvalidOperationException: EditForm requires either a Model parameter, or an EditContext parameter, please provide one of these.
@remomagalhaes4707
@remomagalhaes4707 8 ай бұрын
Really great tutorial series
@CompuCat-SI
@CompuCat-SI 9 ай бұрын
Thanks Daniel for the explanation. A question, in version 17.9.4 of Visual Studio 2022, in a Blazor Web App, when I do the Scaffold, the structure of the folders in the project is different. What should I do to identify the new page in the project and in the explorer?
@EpTechie
@EpTechie 11 ай бұрын
Thank you 🙏 However, I don't have the "Razor Components Using Entity Framework (CRUD)", the only option is the "Razor Component" .
@BrianMinaji
@BrianMinaji 11 ай бұрын
I don't have it either, I'm running 17.8.5. Near the beginning of the video, he says you need 17.9, which is still in preview.
@milesmoyo5458
@milesmoyo5458 10 ай бұрын
Could that be the reason why its not showing on our end @@BrianMinaji
@jorgepedraza1275
@jorgepedraza1275 11 ай бұрын
Excellent video. 💪
@riki6941
@riki6941 10 ай бұрын
Can you add more than one scaffolded item on one project?
@mehmethanifierenler3612
@mehmethanifierenler3612 26 күн бұрын
thanks
@colbydanesaddoris
@colbydanesaddoris 10 ай бұрын
This is really Cool and helpful thanks!. I had to run the Add new Scaffolded item twice to get it to actually generate. Not sure what happened the first run. Anyone else have issues with the auto completing doing all sorts of bad corrections and auto fills? I am guessing this is the co-pilot doing this..
@rodfalanga3770
@rodfalanga3770 8 ай бұрын
I experienced the same behavior. I had to run the Add New Scaffolding Item twice. Weird. Maybe GitHub Copilot interfered with it? (Just guessing.)
@horacioserrano5430
@horacioserrano5430 9 ай бұрын
What about structures with foreign keys/child rows on other tables?. Also, this is violating layer abstraction.
@Curlack
@Curlack Ай бұрын
Also, what about server side pagination, sorting and filtering? The grid demos are almost never dealing with that. Looking at dropdown lists you might want to use virtualization, but if you're looking to set a default value NOT in the first clump of data, how do you make sure it 'virtualizes' to the first subset containing the default value?
@naunihalsidhu
@naunihalsidhu 9 ай бұрын
I am using VS 2022 Version 17.10.0 Preview 2.0 and i don't see that option
@techiebhogi1960
@techiebhogi1960 11 ай бұрын
Does it to work with multiple relational models
@LuisSanchez-sy4rp
@LuisSanchez-sy4rp 7 ай бұрын
I need to try it but i didnt see where that data goes to. never tried scafolding, looks great. But still thinking where data goes. I will do it and find it and where it is.
@LuisSanchez-sy4rp
@LuisSanchez-sy4rp 7 ай бұрын
I am back. Ok this what I found. The DB its create inside Visual Studio on it is own data base engine (MSSQL ) What I did was to change the ConnectionString to my local SQL. Then the rest still the same, Inside of a appsetting instead of "MoviesScafoldingContext": "Server=(localdb)\\mssqllocaldb;Database=MoviesScafoldingContext-06e7963a-3c6a-4b52-a208-d93c985d5459;Trusted_Connection=True;MultipleActiveResultSets=true" I did "Movies2DataContext": "Server=DESKTOP-4P0825K;Database=Movies;Trusted_Connection=True;MultipleActiveResultSets=True;TrustServerCertificate=True" Previuosly I created my own DB Movies
@10Totti
@10Totti 11 ай бұрын
Nice video!
@MountainTajikistan
@MountainTajikistan 8 ай бұрын
That is amazing!
@jsiahaan
@jsiahaan 11 ай бұрын
Thank you soo much, its very useful!
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Blazor curd operation using scaffolding in .net 8 | QuickGrid
27:55
DotNet Real world example
Рет қаралды 4,9 М.
Full stack web UI with Blazor in .NET 8 | .NET Conf 2023
55:56
Car Management System: Complete GO Lang Project
4:40:00
Code Alley with Anurag
Рет қаралды 7 М.
Clean Architecture with ASP.NET Core 9
27:01
dotnet
Рет қаралды 38 М.
Vertical Slice Architecture, not Layers!
46:24
CodeOpinion
Рет қаралды 127 М.
ASP.NET Community Standup - .NET 9 Roadmap for ASP.NET Core
1:22:40
8 Free and Open Source Blazor UI Libraries
9:42
Claudio Bernasconi
Рет қаралды 45 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН