Using Dapper for CRUD operations in .NET 6 with SQL Server: Simplified
Dapper is an open-source ORM for .Net it allows you to map database objects to .Net objects in a simple and efficient way. This tutorial will guide you on how to use Dapper to perform CRUD operations in a .Net6 API with SQL Server. To get started, yo...
devjatta.hashnode.dev6 min read