Hello friends In this video we will learn we will from scratch how to create .net core web api 7.0 using visual studio 2022.
GET CODE HERE: https://dkinterviewpoint.blogspot.com...
Please subscribe to our channel for the new video and give your feedback through comments.
Watch Top(Important) Videos:
.Net Core 3.1 REST CRUD APIs: • REST API in .Net Core 3.1 || CRUD API...
Top C# Interview Questions: • Top-25 C# interview Questions with An...
Top ASP.NET Interview Questions: • Top-25 ASP.NET Interview Questions an...
Top SQL Server Interview Questions: • Top SQL Interview Questions and Answe...
Top SQL Server Interview Queries: • Top 10 SQL Server Interview Queries |...
Top C# Interview Programs: http://tiny.cc/c51tdz
Introduction to DotNet: • Introduction to .Net | What is DotNet...
ASP.NET MVC Life Cycle: • ASP.NET MVC Life Cycle | ASP.NET MVC ...
Working with Three Tier Architecture in ASP.NET: • Three tier Architecture in Asp.Net Us...
Pascal Triangle Program in Java: • Pascal Triangle Program in Java || D....
#CoreWebAPI
#webapi
#dotnetcorewebapi
#webapicrudoperations
#InterviewPoint
#DKGautam
Follow us on
LinkedIn: / interview-point
Facebook: / interviewpoint
Twitter: / pointinterview
My Blog: http://dkinterviewpoint.blogspot.com
0:00 Video Introduction | .Net Core web API using Database First Approach
0:35 Create Database in SQL Server Management Studio
2:38 Insert data into database table
2:45 Create ASP.NET Core Web API Project
4:55 Install required nuget packages
6:20 Add Connection string in appsettings.json file
7:34 Add DBContext class in .Net Core
10:17 Add Controller in .Net Core Web API 7.0
11:58 Inject dependency in .Net Core Web API
14:00 Test .Net Core API using swagger
14:16 Fetch data from .Net Core API using swagger
15:00 Test and perform CRUD operations using postman
15:27 Test GET API using Postman
15:55 Add new record using Web API and Postman
17:48 Delete record from database using web api and postman
18:57 Update record through .Net Core api with postman