Fasten your Data Layer with Dapper (A .NET Micro ORM)

Introduction Dapper is .NET based light-weight, fast and simple to use Micro ORM created by brilliant Stack Exchange team. The word ORM means Object Relation Mapper, means it facilitates mapping b/w .NET objects and database and that is its focus. One great thing about Dapper that it works with any database. So, its not just … Read more