Dapper 2.1.28

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.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).
4
Hangfire.MySqlStorage
Hangfire MySql Storage
3
Hangfire.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
2
Hangfire.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).
2
Hangfire.MySqlStorage
Hangfire MySql Storage
1
Hangfire.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET applications).
1
Hangfire.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications).
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.35 0 3/6/2024
2.1.28 1 5/24/2024
2.1.24 1 1/12/2024
2.1.21 0 11/11/2023
2.1.15 0 10/19/2023
2.1.11 1 5/24/2024
2.1.4 0 9/13/2023
2.0.151 1 8/2/2024
2.0.143 1 9/5/2023
2.0.138 0 6/9/2023
2.0.123 1 12/25/2022
2.0.90 1 9/5/2023
2.0.78 1 8/2/2024
2.0.35 2 9/5/2023
2.0.30 0 9/27/2019
2.0.4 1 9/5/2023
1.60.6 1 9/5/2023
1.60.5 0 3/27/2019
1.60.1 0 3/3/2019
1.50.5 1 3/27/2023
1.50.4 1 12/10/2023
1.50.4-alpha1-00070 0 9/14/2017
1.50.2 0 7/22/2016
1.50.1 2 9/5/2023
1.50.0 0 7/1/2016
1.50.0-rc3 1 8/11/2023
1.50.0-rc2b 1 7/20/2024
1.50.0-rc2a 0 5/27/2016
1.50.0-rc2 0 5/19/2016
1.50.0-beta9 0 4/1/2016
1.50.0-beta8 0 2/17/2016
1.50.0-beta7 0 1/5/2016
1.50.0-beta6 0 12/19/2015
1.50.0-beta5 0 12/8/2015
1.50.0-beta4 0 11/26/2015
1.50.0-beta3 1 10/21/2023
1.50.0-beta2 0 11/19/2015
1.50.0-beta1 0 11/3/2015
1.42.0 0 5/6/2015
1.41.0-beta5 0 5/6/2015
1.41.0-beta4 0 5/5/2015
1.41.0-beta3 0 5/2/2015
1.41.0-beta2 0 5/1/2015
1.41.0-beta 0 5/1/2015
1.41.0-alpha 0 4/29/2015
1.40.0 0 4/3/2015
1.39.0 0 3/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 9/29/2014
1.34.0 0 8/28/2014
1.33.0 0 8/28/2014
1.32.0 0 8/28/2014
1.31.0 3 9/5/2023
1.30.0 1 5/24/2024
1.29.0 0 8/6/2014
1.27.0 2 9/5/2023
1.26.0 0 7/3/2014
1.25.0 0 5/14/2014
1.24.0 2 9/5/2023
1.23.0 0 5/12/2014
1.22.0 0 5/8/2014
1.21.0 0 5/8/2014
1.20.0 0 5/8/2014
1.13.0 3 9/5/2023
1.12.1 0 9/19/2012
1.12.0 2 9/5/2023
1.11.0 2 9/5/2023
1.10.0 0 6/27/2012
1.9.0 0 6/12/2012
1.8.0 0 1/12/2012
1.7.0 2 9/5/2023
1.6.0 1 8/11/2023
1.5.0 1 5/24/2024
1.4.0 0 6/14/2011
1.3.0 2 8/11/2023
1.2.0 4 9/5/2023
1.1.0 0 4/26/2011
1.0.0 0 4/14/2011