Dapper
In Use
A lightweight, high-performance micro-ORM for .NET that extends IDbConnection, providing simple object mapping while maintaining control over SQL queries.
We are using this technology where our software requires raw SQL querying, instead of using an ORM like Entity Framework, for scenarios demanding fine-tuned query performance and direct database control.