DEV Community

Ali Kolahdoozan
Ali Kolahdoozan

Posted on

🚀 EF Core vs Dapper Benchmark – Real .NET 10 Test Results

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.

Top comments (0)

Tiger Data image

🐯 🚀 Timescale is now TigerData: Building the Modern PostgreSQL for the Analytical and Agentic Era

We’ve quietly evolved from a time-series database into the modern PostgreSQL for today’s and tomorrow’s computing, built for performance, scale, and the agentic future.

So we’re changing our name: from Timescale to TigerData. Not to change who we are, but to reflect who we’ve become. TigerData is bold, fast, and built to power the next era of software.

Read more

👋 Kindness is contagious

Explore this compelling article, highly praised by the collaborative DEV Community. All developers, whether just starting out or already experienced, are invited to share insights and grow our collective expertise.

A quick “thank you” can lift someone’s spirits—drop your kudos in the comments!

On DEV, sharing experiences sparks innovation and strengthens our connections. If this post resonated with you, a brief note of appreciation goes a long way.

Get Started