Skip to main content

Dapper

Dapper is a NuGet library that you can add in to your project that will extend your IDbConnection interface. Dapper is a popular simple object mapping tool. It is designed primarily to be used in scenarios where you want to work with data in a strongly typed fashion.

A collection of 1 post