Queries with Dapper
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
- A simple select query
- A select query with a parameter
- A select query with 2 parameters.
- A select query with IN clause.