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
Once the package is installed, a success message will be displayed.