Dapper is an object mapper for .Net. As per stackoverflow definition, dapper is a micro-ORM, offering core parameterization and materialization services, but (by design) not the full breadth of services that you might expect in a full ORM such as LINQ-to-SQL or Entity Framework. While working on one project in my company, I have come across this library and found that it is one of the fastest ORMs available in .net. For statistics, below is [...]