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

Apr 22, 2025 - 00:33
 0

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