Execute queries and stored procedures using Dapper in ASP.NET Core

In the last few articles we have discussed how ADO.NET data provider classes such as connection, command, and data reader can be used to execute queries. This approach gives total control over the queries we execute and it's also good in terms of performance. However, it requires you to write good amount of code. Won't it be nice if there some way to reduce this mapping code? That' where Dapper can come handy. In this article we will learn to use Dapper in ASP.NET Core apps.

http://www.binaryintellect.net/articles/e800adae-9012-4a28-9ba9-aed5070e2f10.aspx