CRUD Unleashed: Dominate .NET 8 Blazor with Auto Render Magic, Entity Framework Wizardry, SQL Server

preview_player
Показать описание

Hello friends, welcome, in this video, I will talk about CRUD Unleashed: How to Dominate .NET 8 Blazor with Auto Render Magic, Entity Framework Wizardry & SQL Server
Thanks so much for watching 🙌🏾 LIKE 👍, SUBSCRIBE & turn on Notifications 🔔 to know when I upload new videos EVERYDAY!

/*You can buy a coffee for me to support the channel*/ ☕️

/*Get Source Code From GitHub*/

/*Blazor Playlists*/

/*Follow Netcode-Hub*/

0:00:0 Introduction and creation of project.
0:07:59 Installing NuGet packages.
0:11:55 Adding C# class library.
0:13:47 Creating model.
0:15:23 Creating context class.
0:17:57 Creating connection string and adding migration.
0:24:19 Creating interface for CRUD operations.
0:27:43 Creating implementation class for the server.
0:40:16 Creating and registering controller in the server.
0:49:10 Creating Client service with HttpClient.
1:00:57 Creating Product List razor component.
1:17:14 Creating Add Product razor component.
1:36:01 Configuring the Add razor component to support Product Update.
1:44:55 Testing.
1:47:49 Conclusion.
Рекомендации по теме
Комментарии
Автор

Excellent tutorial, many thanks for putting this together.

pauldessoy
Автор

Thanks for the guide! Been looking everywhere for a good guide for doing CRUD between server and client with the new auto mode. This was excellent.

roysheppard-dev
Автор

It would be interesting to add IdentityDbContext and Swagger to create a MAUI Blazor project and extract the Components in a Razor Class Library

MihaiMoisei
Автор

My Country man, God richly bless you.For the 3th time, I have been able to complete the project.Many Thanks

alexowusu
Автор

Very simply disclosed every topic in new dotnet 8. I can not help saying that it is a unique Lecture. Please carry on helping new learners like us.

ajazahmad
Автор

Hello Frederick,
Thank you very much for sharing your knowledge with us.
Great tutorial.
Please could you do a Part 2 for this tutorial that uses .Net Identity to secure the API endpoints and show us how to make calls from both the server and client.
I also see @MihaiMoisei asking for something similar which includes a MAUI Blazor project.
Thank you.

ricardothomas
Автор

The Most CLEAR tutorial, explaination video for blazor .NET 8 i have seen, thank you SO MUCH

bocarmg
Автор

A very useful video for me. Thank you.

MrFEMGM
Автор

Great explanation and walkthrough.. just a humble suggestion.. it would be great if we just revise intermittently explaining how things are connected.. it will help a new learner to backtrack the flow of logic.. big fan of urs ❤❤

Rafian
Автор

How would you implement this with Identity? Can you have the extended IdentityUser model in the class library rather than the Data folder on the server? As this seems to cause a lot of complications when I've tried it.

roysheppard-dev
Автор

I follow your publications with pleasure. Thank you. How can we achieve success when a shared class is used and my other classes are related to Identitity AplicationUser? and if I need to use it with AutoMapper?

ahmetturkoz
Автор

Thanks for the explanation, I've seen a lot of Blazor 8 videos, and yours is the best to describe auto render, just a comment, it would be nice to add some server-side components as well, in my case, I have a Blazor server app in net7, I want to updated to net 8 to use auto render but I have a couple components that need be to on the server because I use them to upload files (images of the products) and save them in a folder under the WWWROOT section, I couldn't find a solution to do that using web assembly

guillermomazzari
Автор

very clear and well explained tutorial.
I followed your tutorial step by stem and when I try to get the All-List product, instead of invoke api url it directly accessing the ProductRepository. Do I have to do anything else?

saroasahamed
Автор

Thank you very much for all the super informative tutorials! I have a question. I followed the tutorial example with .NET 8.00 final, and when navigating to the ProductList page for the first time, it loads twice—once on the server side and once on the client side. I am using @rendermode InteractiveAuto and not @attribute [RenderModeInteractiveAuto]. Do you have any idea what might be wrong? Thank you very much for everything.

TosoAlejandro
Автор

1:47:06 When the Save button is clicked, it does not update and sends the value assigned with OnParametersSetAsync() to the form again. How to solve this problem???

birolaydin
Автор

hello sir, I tried to do dependency injection in my project in the client's program.cs and it doesnt work i get "theres no registered service" error and im not sure whats going on. Can you please help?

RogueCoder
Автор

15:47 why I don't have such popup dropdown menu? Did you install anything?

allenzhang
Автор

RenderModeInactiveAuto getting error which package used for this?

Userabcdedfgh
Автор

Can you make a video on how to migrate .net 6 projoect to .net 8 please huhu

klboklj
Автор

i want example for connect to attendance machine zk teco and get finger prints

shabanelmogy