This content originally appeared on DEV Community and was authored by Ali Kolahdoozan
I ran a full BenchmarkDotNet suite comparing:
EF Core (Tracked โ / NoTracking โ)
Dapper (Raw SQL, no ORM fluff)
We tested:
- SelectById
- SelectMany (1000 rows)
- Insert speed
- Memory usage & allocations
๐ฅ Results?
Dapper crushed EF in insert performance (65x faster)
Tracking in EF adds more overhead than you think
This is a real-world test, not just theory.
๐น Watch the video and see the numbers for yourself.
This content originally appeared on DEV Community and was authored by Ali Kolahdoozan

Ali Kolahdoozan | Sciencx (2025-04-21T23:17:15+00:00) ๐ EF Core vs Dapper Benchmark โ Real .NET 10 Test Results. Retrieved from https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.