๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results

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 per…


This content originally appeared on DEV Community and was authored by Ali Kolahdoozan

Image description
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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results." Ali Kolahdoozan | Sciencx - Monday April 21, 2025, https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/
HARVARD
Ali Kolahdoozan | Sciencx Monday April 21, 2025 » ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results., viewed ,<https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/>
VANCOUVER
Ali Kolahdoozan | Sciencx - » ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/
CHICAGO
" » ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results." Ali Kolahdoozan | Sciencx - Accessed . https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/
IEEE
" » ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results." Ali Kolahdoozan | Sciencx [Online]. Available: https://www.scien.cx/2025/04/21/%f0%9f%9a%80-ef-core-vs-dapper-benchmark-real-net-10-test-results/. [Accessed: ]
rf:citation
» ๐Ÿš€ EF Core vs Dapper Benchmark โ€“ Real .NET 10 Test Results | Ali Kolahdoozan | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.