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

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