Dapper 2.1.66

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

Showing the top 20 packages that depend on Dapper.

Packages Downloads
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
53
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
50
HangFire.SqlServer
SQL Server job storage implementation for HangFire
47
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
47
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
46
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
45
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
44
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
44
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
43
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
43
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
43
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
42
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
42

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

.NET Framework 4.6.1

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.66 940 02/09/2025
2.1.44 2,601 04/13/2024
2.1.37 35 04/18/2024
2.1.35 43 03/12/2024
2.1.28 42 01/20/2024
2.1.24 31 11/24/2023
2.1.21 46 11/14/2023
2.1.15 42 10/19/2023
2.1.11 43 10/19/2023
2.1.4 38 10/08/2023
2.0.151 35 08/24/2023
2.0.143 61 07/15/2023
2.0.138 46 08/22/2023
2.0.123 59 11/14/2021
2.0.90 46 12/13/2021
2.0.78 36 06/28/2023
2.0.35 47 07/02/2023
2.0.30 43 06/25/2023
2.0.4 38 06/29/2023
1.60.6 43 06/29/2023
1.60.5 41 12/13/2021
1.60.1 42 06/26/2023
1.50.5 47 07/04/2022
1.50.4 46 11/07/2021
1.50.4-alpha1-00070 45 07/01/2023
1.50.2 41 06/27/2023
1.50.1 38 06/30/2023
1.50.0 42 07/02/2023
1.50.0-rc3 34 07/03/2023
1.50.0-rc2b 49 06/30/2022
1.50.0-rc2a 47 06/09/2022
1.50.0-rc2 41 06/17/2022
1.50.0-beta9 40 07/01/2022
1.50.0-beta8 43 07/02/2022
1.50.0-beta7 45 08/01/2022
1.50.0-beta6 38 06/27/2023
1.50.0-beta5 43 07/02/2023
1.50.0-beta4 36 11/16/2022
1.50.0-beta3 35 06/24/2023
1.50.0-beta2 41 06/30/2023
1.50.0-beta1 36 06/29/2023
1.42.0 46 10/31/2022
1.41.0-beta5 53 07/04/2022
1.41.0-beta4 45 07/27/2022
1.41.0-beta3 42 06/30/2023
1.41.0-beta2 43 06/26/2023
1.41.0-beta 44 06/27/2023
1.41.0-alpha 50 10/17/2022
1.40.0 53 06/03/2022
1.39.0 41 06/24/2022
1.38.0 48 12/13/2021
1.37.0 47 06/29/2023
1.36.0 73 07/02/2023
1.35.0 47 07/20/2022
1.34.0 35 06/29/2023
1.33.0 45 07/02/2023
1.32.0 45 07/01/2023
1.31.0 49 04/27/2023
1.30.0 46 06/30/2022
1.29.0 58 12/06/2022
1.27.0 45 07/02/2023
1.26.0 40 06/29/2023
1.25.0 49 12/13/2021
1.24.0 39 06/30/2023
1.23.0 41 08/21/2022
1.22.0 43 02/14/2023
1.21.0 38 07/02/2023
1.20.0 41 06/30/2023
1.13.0 48 07/06/2023
1.12.1 43 07/04/2023
1.12.0 58 06/18/2022
1.11.0 49 05/14/2023
1.10.0 38 06/30/2023
1.9.0 45 05/02/2023
1.8.0 48 10/09/2022
1.7.0 46 04/27/2023
1.6.0 43 12/13/2021
1.5.0 48 06/28/2023
1.4.0 50 08/27/2022
1.3.0 50 12/13/2021
1.2.0 61 07/21/2022
1.1.0 45 08/28/2022
1.0.0 40 12/16/2022