LIKE | COMMENT | SHARE | SUBSCRIBE
welcome to #ProgrammingPalli.
In this video tutorial, we will learn how to create a RESTful Web API using Dapper ORM and ASP.NET Core. We will be using PostgreSQL as our database and the dapper.orm package from NuGet to perform CRUD (Create, Read, Update, Delete) operations on our data.
We will start by setting up a new ASP.NET Core Web API project and configuring our database connection. Next, we will install the dapper.orm package and create a data access layer using Dapper ORM to interact with our Postgre database.
By the end of this video, you will have a fully functional Dapper-based RESTful Web API that can perform CRUD operations on postgresql using the dapper.orm package.
Package Link: https://www.nuget.org/packages/Dapper...
Command: Install-Package Dapper.ORM
Source Code Link: https://github.com/faisalcse1/dapper-...
#programmingpalli
#NET7
#aspnetcore7
#core7
#restapi
#coreapi
#dapper
#dapperorm
#postgres
#postgresql