- Dapper micro-ORM Introduction
- WPF Read a SQL Server Table into a DataGrid with Dapper
- WPF Insert into SQL Server Table with Dapper
- Dapper Installation into your Project in Visual Studio
- Simple CRUD ToDo List with 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.
- Open NuGet Package Manager for your project
- Click the Browse tab in the upper left corner
- Search for Dapper by typing it in
- Select the Core and install it
We have another post on a similar topic. That post focuses on SQLite.