Skip to main content
  1. Tags/

Dapper

Using Dapper for Data Access and Repository Pattern

Deep Dive .NET · Dec 1, 2024 · 9 min read
Introduction # On the Contact Management Application I reached for Dapper instead of Entity Framework Core, and the reason was boring: I wanted to see the SQL. EF Core is fine until a generated query does something surprising under load, and then you are reverse-engineering LINQ translations at 2 a.m.
Using Dapper for Data Access and Repository Pattern