"Dapper is a NuGet library that you can add in to your project that will extend your IDbConnection interface.

"It provides 3 helpers:
* Execute a query and map the results to a strongly typed List
* Execute a query and map it to a list of dynamic objects
* Execute a Command that returns no results
* Execute a Command multiple times"

Github | Nuget


Tags: library   clr   storage  

Last modified 18 May 2020