Dapper 2.1.21

Dapper

Dapper is a simple micro-ORM used to simplify working with ADO.NET; if you like SQL but dislike the boilerplate of ADO.NET: Dapper is for you!

As a simple example:

string region = ...
var customers = connection.Query<Customer>(
    "select * from Customers where Region = @region", // SQL
    new { region } // parameters
    ).AsList();

But all the execute/single-row/scalar/async/etc functionality you would expect: is there as extension methods on your DbConnection.

See GitHub for more information and examples.

Showing the top 20 packages that depend on Dapper.

Packages Downloads
Hangfire.MySqlStorage
Hangfire MySql Storage
24
Abp.Dapper
Abp.Dapper
21
DapperExtensions.DotnetCore
Dapper Extentsions for dotnet core
20
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
12
Volo.Abp.Dapper
Package Description
12
Abp.Dapper
Abp.Dapper
2
Hangfire.MySqlStorage
Hangfire MySql Storage
2
DapperExtensions
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
2
Volo.Abp.Dapper
Package Description
1
Hangfire.MySqlStorage
Hangfire MySql Storage
1
Abp.Dapper
Abp.Dapper
1

https://dapperlib.github.io/Dapper/

.NET Framework 4.6.1

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.72 0 03/06/2026
2.1.66 0 02/06/2025
2.1.35 0 03/06/2024
2.1.28 0 01/02/2024
2.1.24 0 11/23/2023
2.1.21 1 02/26/2024
2.1.15 0 10/19/2023
2.1.11 0 10/13/2023
2.1.4 0 09/13/2023
2.0.151 0 08/18/2023
2.0.143 0 06/20/2023
2.0.138 0 06/09/2023
2.0.123 23 09/15/2023
2.0.90 0 04/29/2021
2.0.78 12 09/15/2023
2.0.35 0 04/05/2020
2.0.30 0 09/27/2019
2.0.4 0 08/29/2019
1.60.6 0 03/30/2019
1.60.5 0 03/27/2019
1.60.1 0 03/03/2019
1.50.5 24 09/15/2023
1.50.4 0 11/26/2017
1.50.4-alpha1-00070 0 09/14/2017
1.50.2 1 07/15/2024
1.50.1 0 07/08/2016
1.50.0 0 07/01/2016
1.50.0-rc3 0 06/28/2016
1.50.0-rc2b 0 06/08/2016
1.50.0-rc2a 0 05/27/2016
1.50.0-rc2 0 05/19/2016
1.50.0-beta9 0 04/01/2016
1.50.0-beta8 0 02/17/2016
1.50.0-beta7 0 01/05/2016
1.50.0-beta6 0 12/19/2015
1.50.0-beta5 0 12/08/2015
1.50.0-beta4 0 11/26/2015
1.50.0-beta3 0 11/19/2015
1.50.0-beta2 0 11/19/2015
1.50.0-beta1 0 11/03/2015
1.42.0 0 05/06/2015
1.41.0-beta5 0 05/06/2015
1.41.0-beta4 0 05/05/2015
1.41.0-beta3 0 05/02/2015
1.41.0-beta2 0 05/01/2015
1.41.0-beta 0 05/01/2015
1.41.0-alpha 0 04/29/2015
1.40.0 0 04/03/2015
1.39.0 0 03/18/2015
1.38.0 0 10/30/2014
1.37.0 0 10/22/2014
1.36.0 0 10/14/2014
1.35.0 0 09/29/2014
1.34.0 0 08/28/2014
1.33.0 0 08/28/2014
1.32.0 0 08/28/2014
1.31.0 0 08/26/2014
1.30.0 0 08/14/2014
1.29.0 0 08/06/2014
1.27.0 0 07/14/2014
1.26.0 0 07/03/2014
1.25.0 0 05/14/2014
1.24.0 0 05/14/2014
1.23.0 0 05/12/2014
1.22.0 0 05/08/2014
1.21.0 0 05/08/2014
1.20.0 0 05/08/2014
1.13.0 0 05/24/2013
1.12.1 0 09/19/2012
1.12.0 0 09/19/2012
1.11.0 0 09/04/2012
1.10.0 0 06/27/2012
1.9.0 0 06/12/2012
1.8.0 0 01/12/2012
1.7.0 0 11/05/2011
1.6.0 0 11/05/2011
1.5.0 0 07/13/2011
1.4.0 0 06/14/2011
1.3.0 0 05/23/2011
1.2.0 0 05/16/2011
1.1.0 0 04/26/2011
1.0.0 0 04/14/2011