.NET 8 Web API & Entity Framework 🚀 Full CRUD Course (with Code-First Migrations & SQL Server)

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


Table of Contents:
00:00 - .NET 8 Web API & Entity Framework
01:07 - Starting Off: Creating the Web API Project
02:43 - Exploring the Project: Detailed Project Overview
06:54 - Data Modeling: Creating the Entity Class
08:01 - API Basics: Adding an API Controller
17:13 - Database Integration: Adding Entity Framework & SQL Server Database
26:43 - Migration Strategies: Implementing Code First Migrations
32:05 - Controller Implementation: Detailed Step-by-Step Guide
35:30 - Retrieving Data: How to Get a Single Entry
38:49 - Data Creation: Using POST to Create New Entries
44:19 - Data Update: Modifying Data with PUT Method
48:30 - Removing Data: Implementing the DELETE Method

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

since morning i stucked with some errors/exceptions after coming here i got the solution
thank you so much for a great course

saifsaif
Автор

Thank you so much! I struggled for 2 days finding full complete tutorials on creating a full CRUD web API and your tutorial helped so much. Learned about the syntax and what tools to use!

christopherjimenez
Автор

You reached a level of trust for me that, i like the video before i start watching it, and at the end i think with my self, "yes, i knew it".
Congrats for your content, and hugs from Brazil to you, honestly, your channel is the most recommended by me for my friends! Even those who doesn't speak english hahahahaha

bernardodomeneghetti
Автор

This is such an onpoint video. Amazing work !

enigma
Автор

6:19 Well yeah, REST is very well standardized. Great tutorial!

tapewormerbinkosti
Автор

Thanks for the tutorial man, it was absolutely helpful appreciate it.

andelsonnicolaslopezysabel
Автор

Hey Patrick great video, I know most of the stuff you do on Blazor is WebAssembly, is it possible you could do a video on how to add single account identity to a project that you configured without it at project creation, and you already have a database with a connection string?

Thanks,
Jordan

Glockodile
Автор

Absolutely spectacular tutorial. Thank you.

greghanson
Автор

Fantastic lesson. You are helping understand this so well!! Thank you so much!

michaelrafales
Автор

This video saved me tooo much. Thank you <3

cemyurtdas
Автор

Hi Patrick, would appreciate if you make a video on Blazor server and controller API in one project using dapper generic functions.

aamirrashid
Автор

Thank you. Be great if you could do the Database-First implementation whenever you show the Code-First implementation.

nelsonrivers
Автор

Thank you very much for the video tutorial, it became much clearer. It’s a pity that they didn’t use DTO as an example and didn’t break it down into services. I'm waiting for new videos

xpothuc
Автор

Thanks for the tutorial., it was absolutely helpful. I appreciate it

FSML
Автор

It's just amazing course for beginners. Good job!

eduard.mkrtchyan
Автор

Will Be great to see an example using CRUD and modal popup dialogs

scubaaddict
Автор

Very good video! Thank you for your help and time!

DanielxD
Автор

Thank you so much for making this video!

SinhaFps
Автор

Which machine are you using for the development and video production?

azraiqbal
Автор

Great tutorial BUT the add row flow doesn’t work if the table has a primary key that’s auto-increment for unique ID. How would you alter the code to support an auto-increment primary key?

joshuarudin