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