Generic Repository without Entity Framework using MS SQL & Dapper



Generic Repository without Entity Framework using MS SQL & Dapper

Generic Repository without Entity Framework using MS SQL & Dapper

Brief tutorial on creating a generic repository for common crud task.
This tutorial does not uses Entity Framework instead it is using Dapper and raw SQL queries.