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).
58
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
56
HangFire.SqlServer
SQL Server job storage implementation for HangFire
54
HangFire.SqlServer
SQL Server job storage implementation for HangFire
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).
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).
52
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
51
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 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
49
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
49
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
49
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
48
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
48

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 1,426 02/09/2025
2.1.44 3,191 04/13/2024
2.1.37 42 04/18/2024
2.1.35 49 03/12/2024
2.1.28 49 01/20/2024
2.1.24 39 11/24/2023
2.1.21 53 11/14/2023
2.1.15 49 10/19/2023
2.1.11 50 10/19/2023
2.1.4 44 10/08/2023
2.0.151 42 08/24/2023
2.0.143 67 07/15/2023
2.0.138 54 08/22/2023
2.0.123 65 11/14/2021
2.0.90 53 12/13/2021
2.0.78 43 06/28/2023
2.0.35 54 07/02/2023
2.0.30 47 06/25/2023
2.0.4 46 06/29/2023
1.60.6 51 06/29/2023
1.60.5 49 12/13/2021
1.60.1 45 06/26/2023
1.50.5 54 07/04/2022
1.50.4 53 11/07/2021
1.50.4-alpha1-00070 54 07/01/2023
1.50.2 49 06/27/2023
1.50.1 46 06/30/2023
1.50.0 47 07/02/2023
1.50.0-rc3 40 07/03/2023
1.50.0-rc2b 54 06/30/2022
1.50.0-rc2a 55 06/09/2022
1.50.0-rc2 48 06/17/2022
1.50.0-beta9 44 07/01/2022
1.50.0-beta8 51 07/02/2022
1.50.0-beta7 53 08/01/2022
1.50.0-beta6 44 06/27/2023
1.50.0-beta5 50 07/02/2023
1.50.0-beta4 42 11/16/2022
1.50.0-beta3 38 06/24/2023
1.50.0-beta2 50 06/30/2023
1.50.0-beta1 44 06/29/2023
1.42.0 55 10/31/2022
1.41.0-beta5 59 07/04/2022
1.41.0-beta4 53 07/27/2022
1.41.0-beta3 46 06/30/2023
1.41.0-beta2 49 06/26/2023
1.41.0-beta 50 06/27/2023
1.41.0-alpha 56 10/17/2022
1.40.0 60 06/03/2022
1.39.0 48 06/24/2022
1.38.0 54 12/13/2021
1.37.0 51 06/29/2023
1.36.0 78 07/02/2023
1.35.0 54 07/20/2022
1.34.0 43 06/29/2023
1.33.0 49 07/02/2023
1.32.0 50 07/01/2023
1.31.0 55 04/27/2023
1.30.0 53 06/30/2022
1.29.0 65 12/06/2022
1.27.0 52 07/02/2023
1.26.0 47 06/29/2023
1.25.0 56 12/13/2021
1.24.0 45 06/30/2023
1.23.0 47 08/21/2022
1.22.0 55 02/14/2023
1.21.0 47 07/02/2023
1.20.0 48 06/30/2023
1.13.0 55 07/06/2023
1.12.1 51 07/04/2023
1.12.0 67 06/18/2022
1.11.0 58 05/14/2023
1.10.0 45 06/30/2023
1.9.0 52 05/02/2023
1.8.0 55 10/09/2022
1.7.0 55 04/27/2023
1.6.0 53 12/13/2021
1.5.0 56 06/28/2023
1.4.0 56 08/27/2022
1.3.0 57 12/13/2021
1.2.0 69 07/21/2022
1.1.0 52 08/28/2022
1.0.0 50 12/16/2022