In this article I will explain with an example, how to install Dapper from Nuget package in Visual Studio.
 
 

Downloading Dapper package

You will need to install the Dapper package using the following command.
Install-Package Dapper -Version 2.1.35
 
Install Dapper from Nuget in Visual Studio
 
Once the package is installed, a success message will be displayed.
Install Dapper from Nuget in Visual Studio