CRUD with Blazor in .NET 6 🔥 Full-Stack with a Web API, Entity Framework Core & SQL Server Express

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


Table of Contents:
00:00:00 Intro
00:03:27 Create the Project (Blazor WebAssembly ASP.NET Core hosted)
00:05:33 Add the Models (SuperHero & Comic)
00:11:09 Create a new API Controller
00:16:04 Implement the GET Call
00:20:54 Test the GET Calls
00:22:30 Add a new Razor Component/Page
00:26:00 Add the SuperHeroService to the Client
00:33:54 Back to the SuperHeroes Page
00:35:32 Override the Lifecycle-Method OnInitializedAsync()
00:40:16 Get a Single Super Hero on the Client with a new Page
00:50:26 Implement the EditForm
00:56:31 GET the Comics
00:58:51 Install Entity Framework Core (EF Core) via NuGet
01:03:30 Implement the DataContext/DbContext
01:09:07 Add the ConnectionString
01:10:14 Configure the DbContext
01:11:19 Utilize Code-First Migrations
01:13:59 Get the Data from the Database
01:17:23 Implement Create, Update & Delete on the Server
01:24:45 Implement Create, Update & Delete on the Client
01:30:41 Navigate the User back to the SuperHereos List
01:32:01 Finalize the Hero Page
01:38:05 Outro

🙏MANY THANKS TO THESE LOVELY PEOPLE:
Per Rieland
@prodrigu75
Greg
Brendan Maunder
Stageoner
Andrew Campbell
pascalditzfeld
PovilasSimanskas
Ameet Jayawant
jenö
Marco Otilli
Mark
FastTrak
l33ter
alibux
@mgrainger231
Luke Vincent
mrcl
Alain Legrand
Thomas Werner
István Csibor
Grant Burdon
@gianluigiconti
Gerrit Esmeijer
Illia
Németh-Pók István
Michael Mel
Marko Zdilar
GerryB
@DADA_universe
Domen Hren
@heroesch
Carey
Peter De Tender
Baris Keskin
@Big_Bear_27390
Mathias
walter e watkins
Günther Dassel
Axel
Josh
Daniel Huber
Fredric Adell
Juan Carlos
Manolis
Pajani
P.
Jonas Granlund
Bobby
Kristina
@xamarin007

#DotNet #Blazor #PatrickGod
Рекомендации по теме
Комментарии
Автор

🚀 Join the .NET Web Academy with a 30% discount - closing soon!

PatrickGod
Автор

One of the best tutorials! Thank you so much for your time and efforts for creating such a clear and succinct tutorial!

enmingwang
Автор

Gracias Mister Patrick, por compartir saludos de los Andes Peruanos, se merece un coffee cappuccino

josbexerra
Автор

Great job! Thank you very much for your work, Patrick.

FourDollarBill
Автор

Yes on the validation question, thank you!!!!

graynoble
Автор

One thing to add is if you opted to do Dbase first and created a table on your own, make sure you add Table and Column annotiations in your Models or you will get 500 server errors.

darklen
Автор

Thank you for your time and willingness to share your knowledge.

victorescobar
Автор

Great video, thank you! Best tutorial.
Too bad I dealt with Blazor and EF before then. But I gained knowledge regarding the structuring of the application

IvanAndreev
Автор

Great Job, learned a lot about Blazor and entity framework. Keep on going the good work. Thank you!

elsaan
Автор

Thank you very much for your videos! I 'm always waiting for tutorial of DB first approach webapi. :)

NweNi
Автор

excelente video, me parce que explica todo al detalle, lo bueno es que no importa que sea en inglés, con la opción de traducir, traduce muy bien

juanfelipecanocorrea
Автор

Thanks, came here only for the SQL setup and connection. very helpful

johandreswanepoel
Автор

I want to thank because you helped me solve a bug that I had for three weeks

giannisamanatidis
Автор

itwas a good tutorial, the best thing the fact that I did many mistakes I was able to understand more and try to solve those stupid mistakes by my self with reading code, really thanks I'm gonna move to the next one then build my first .net app
Thanks a lot really !!!!

bailimohamedali
Автор

Hey Patrick! Great Video. It is teaching me so much. Quick question. In my SuperheroRazorpages file. My monster service is not lighting up the same color as yours in the for each loop and i can not show my data to the table. It appears to be injected correctly. Any Clue whats up?

ikzhove
Автор

thanks a lot patric amazing explanation

bh
Автор

this help me alot, im doing this program i am learning so good.!

patrickguillen
Автор

Excellent Thanks the time you dedicated to this.

tamashirotod
Автор

Hey Patrick, big fan, I'm always laughing at your funny comments and edits. I have an eye on that blazor* game course you have, it seems like a fun way to learn deeper functionality. I just have to finish my current Udemy course first.
Keep up the good work, best regards.

Robd
Автор

How do you rerun the project when you download from github to be able to recreate the migrations?

developercrucible