Queries with Dapper

Vijesh Salian
Feb 7, 2021

Dapper is what I consider one of the essential libraries in the .NET world. It simple, fast and super easy to use. Here is a video that I made on it. In the video I talk about querying in different ways

  1. A simple select query
  2. A select query with a parameter
  3. A select query with 2 parameters.
  4. A select query with IN clause.

--

--