ASP.NET Core Web API CRUD Using Entity Framework Code First Approach – Full Course



ASP.NET Core Web API CRUD Using Entity Framework Code First Approach – Full Course

ASP.NET Core Web API CRUD Using Entity Framework Code First Approach - Full Course

ASP.NET Core Web API CRUD Using Entity Framework Code First Approach – Full Course

Looking for technical help or need to connect related to the content on this channel kindly whatsapp on this number : +91 88267 91246 or connect on Instagram @openprogrammer

In this tutorial, we will learn how to make a REST API using ASP.NET Core 6.0 using Entity Framework Core with code first approach.

We will create a REST API in ASP.Net C# and we will use the latest version of ASP.NET i.e. ASP.NET 6.

We will write all CRUD operations like Create, Read, Update, and Delete and follow the REST patterns while building our .NET API.

We will use GET, POST, DELETE, and PATCH HTTP Operations in a RESTful .NET Core 6.0 Web API.

We will first install Entity Framework Core In-Memory Database and we will use this database to perform CRUD operations as we are building our ASP.NET Web API.

We will then change our implementation to use a SQL Server database and use Entity Framework Core (EF Core) to perform the CRUD operations in our ASP.NET Core API.

We will also integrate our application with Entity Framework Core and store our data in SQL Server database using EF Core.

We will use dependency injection for our restful API and follow SOLID principles to achieve clean code.

By the end of this video, we will learn all the steps to create an ASP.NET Core API that will perform CRUD operations in a SQL Server database.

CRUD stands for Create, Read, Update and Delete.

Chapters :

Introduction : 00:00:03
Create New Web API Project : 00:00:21
Install Nuget Packages : 00:01:28
Add User Model class : 00:03:08
Add User Context class : 00:04:30
Add Connection String : 00:06:50
Inject UserContext in Program.cs : 00:08:15
Add Migration : 00:09:46
Create Database by command update-database : 00:11:00
Add New Controller : 00:12:50
Create Get All Users API (Get): 00:14:05
Create Add New User API (Post): 00:14:54
Test GetAll and AddUser apis in swagger : 00:16:48
Create Get Single User API (Get): 00:17:55
Create Update existing User API (Put): 00:19:01
Create Delete existing User API (Delete): 00:20:27
Test all apis in swagger : 00:22:24

Best Programming laptops :

https://amzn.to/3zxQ3jk
https://amzn.to/301ZTJU
https://amzn.to/3vh8lC7
https://amzn.to/3zk8doH
https://amzn.to/3iDhzG6
https://amzn.to/3vk054h
https://amzn.to/3wi3B0v

https://amzn.to/2SdzeJD
https://amzn.to/3gKinX3
https://amzn.to/2UlLYi8
https://amzn.to/3zOIuFh
https://amzn.to/35D6E7F
https://amzn.to/3gGYBx5
https://amzn.to/3zFk8gY

Share, Support, Subscribe Now :

Youtube πŸŽ₯ : https://youtube.com/ManojDeshwal
Instagram πŸ“· : https://instagram.com/openprogrammer
Twitter 🐦 : https://twitter.com/openprogrammer
Facebook πŸ‘ : https://facebook.com/openprogrammer
Website 🌐 : http://youtubeassistance.com/
Courses πŸ§‘β€πŸ« : http://manojdeshwal.com

⭐️Tags : ⭐️

#crudoperations
#restapicrud
#entityframework

⭐️ Topics are covered as follows : ⭐️

ASP.NET core web api
rest api .net core
rest api Asp.Net Core
rest api demo
rest api crud operations
crud operations in asp.net core
Entity framework core crud
entity framework
asp.net core web application with entity framework core
EF core crud
Rest api C#
Rest api tutorial

.net 6 api
.net 6 web api
C# api
api c#
asp net core web api
asp.net 6 api
asp.net 6 web api
asp.net api
asp.net api crud
asp.net api tutorial
asp.net core api
asp.net core api crud
asp.net core api entity framework
asp.net core web api
aspnet core web api
dotnet core web api
dotnet core web api tutorial
entity framework
entity framework c#
rest api asp.net core
rest api c#

Thanks for watching. 😊😊 πŸ™πŸ™

Comments are closed.