How to use Dapper

Dapper is a NuGet library that you can add to your .NET projects to extend your IDbConnection interface. It's an open-source micro-ORM that can be a good compromise if you don't need all the features of a fully-fledged ORM.

Continue ReadingHow to use Dapper