Dapper 2.1.79

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.

Sponsors

Dapper was originally developed for and by Stack Overflow, but is F/OSS. Sponsorship is welcome and invited - see the sponsor link at the top of the page. A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:

Dapper Plus logo

No packages depend on Dapper.

.NET Framework 4.6.1

.NET 8.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

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