
How to use Dapper with ASP.NET Core and Repository Pattern
In this tutorial, I will teach you how to use Dapper with ASP.NET Core. We are going to make a small implementation with a generic repository to understand how Dapper works with a Repository Pattern.
The application will be very simple and follow a nice and clean architecture. If