Dapper Installation into your Project in Visual Studio


This entry is part 4 of 5 in the series Dapper

How do you install the micro-ORM Dapper into your project in Visual Studio?

In this example, I will install Dapper into a Windows Presentation Foundation (WPF) project. Below are the steps. When you search for Dapper you will find about a dozen different “Dappers”. I have included a screenshot to show you the correct one. As of May 2020, it has been installed more than 42 million times.

  1. Open NuGet Package Manager for your project
  2. Click the Browse tab in the upper left corner
  3. Search for Dapper by typing it in
  4. Select the Core and install it

Dapper Installation Project Visual Studio

We have another post on a similar topic. That post focuses on SQLite.

Series Navigation<< WPF Insert into SQL Server Table with DapperSimple CRUD ToDo List with Dapper >>

Leave a Reply