Dapper vs EF Core: Which ORM Framework Should You Choose for Your .NET Application

Selim YILDIZ
Level Up Coding
Published in
5 min readMar 13, 2023

--

Photo by Brendan Church on Unsplash

As someone who has experience working with both Dapper and Entity Framework Core (EF Core), I have found that both frameworks have their strengths and weaknesses. While I used to primarily work with EF Core, I have found myself using Dapper more frequently in recent times due to its optimized performance and flexibility. In this article, I will…

--

--