In this article we will look at how to use dapper to read multiple resultsets from database in a single database call. We will look at the scenarios where we might want to do this and how dapper let us achieve this with its Query and QueryMultiple methods. Continue reading
Dapper
Absolute Beginner’s Tutorial on understanding and using Dapper ORM
This article introduces Dapper to absolute beginners. The article is meant for developers who are primarily using ADO.NET to write their data access layers. Many experienced developers will find this article very basic but since the article is written from the perspective of beginners, I’ve tried to keep things simple. Continue reading