Create ASP.NET Web API and Perform CRUD Operations Using SqlClient, Dapper and SQL Server Database



Create ASP.NET Web API and Perform CRUD Operations Using SqlClient, Dapper and SQL Server Database

Create ASP.NET Web API and Perform CRUD Operations Using SqlClient, Dapper and SQL Server Database

How to perform CRUD Operations using ASP.NET Web API and SQL Server. How to connect ASP.NET Web API to SQL Server using Dapper and SqlClient (ADO.NET). How to perform CRUD operations using Dapper and SQL Server Database. How to create API controllers, Services, Endpoints and action methods in ASP.NET Web API.
###########################

*Source Code on Patreon* : https://www.patreon.com/posts/create-asp-net-87232057

*Full ASP.NET Web API Course on Udemy* : https://www.udemy.com/course/build-aspnet-web-api/?couponCode=201005559FCD3B485A0F

*Other Udemy Course* :
*ASP.NET Web App* : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?couponCode=1020144B06D6D641661C

#########################

Video Content
(00:00) Introduction
(00:57) Create Project and Database
(04:21) Install Dapper and SqlClient
(05:24) Create Models
(08:00) Create new API Controller
(09:47) Create Products
(16:00) Read Products
(18:26) Read a Product by ID
(22:31) Update Products
(27:05) Delete Products

Comments are closed.