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
DapperExtensions.DotnetCore
Dapper Extentsions for dotnet core
61
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
56
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 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
48
HangFire.SqlServer
SQL Server job storage implementation for HangFire
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).
47
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).
46
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation 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).
45
HangFire.SqlServer
SQL Server job storage implementation for HangFire
45
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 / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
44

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 45 2/20/2025
2.1.44 41 12/12/2024
2.1.35 52 3/9/2024
2.1.28 40 3/9/2024
2.1.24 43 3/9/2024
2.1.21 49 3/9/2024
2.1.15 44 3/9/2024
2.1.11 43 3/9/2024
2.1.4 52 3/9/2024
2.0.151 45 3/9/2024
2.0.143 43 7/2/2023
2.0.138 46 7/2/2023
2.0.123 46 7/2/2023
2.0.90 54 7/2/2023
2.0.78 44 7/2/2023
2.0.35 41 4/12/2022
2.0.30 51 7/2/2023
2.0.4 44 7/2/2023
1.60.6 56 7/2/2023
1.60.5 43 7/2/2023
1.60.1 41 7/2/2023
1.50.5 40 7/2/2023
1.50.4 51 7/2/2023
1.50.4-alpha1-00070 47 7/2/2023
1.50.2 42 7/2/2023
1.50.1 46 7/2/2023
1.50.0 49 7/2/2023
1.50.0-rc3 36 7/2/2023
1.50.0-rc2b 44 7/2/2023
1.50.0-rc2a 39 7/2/2023
1.50.0-rc2 42 7/2/2023
1.50.0-beta9 38 7/2/2023
1.50.0-beta8 45 7/2/2023
1.50.0-beta7 43 7/2/2023
1.50.0-beta6 37 7/2/2023
1.50.0-beta5 39 7/2/2023
1.50.0-beta4 37 7/2/2023
1.50.0-beta3 45 7/2/2023
1.50.0-beta2 47 7/2/2023
1.50.0-beta1 38 7/2/2023
1.42.0 59 7/2/2023
1.41.0-beta5 41 7/2/2023
1.41.0-beta4 37 7/2/2023
1.41.0-beta3 40 7/2/2023
1.41.0-beta2 36 7/2/2023
1.41.0-beta 36 7/2/2023
1.41.0-alpha 43 7/2/2023
1.40.0 40 7/2/2023
1.39.0 49 7/2/2023
1.38.0 41 7/2/2023
1.37.0 46 7/2/2023
1.36.0 44 7/2/2023
1.35.0 57 7/2/2023
1.34.0 40 7/2/2023
1.33.0 40 7/2/2023
1.32.0 48 7/2/2023
1.31.0 52 7/2/2023
1.30.0 50 7/2/2023
1.29.0 43 7/2/2023
1.27.0 47 7/2/2023
1.26.0 42 7/2/2023
1.25.0 38 7/2/2023
1.24.0 44 7/2/2023
1.23.0 42 7/2/2023
1.22.0 41 7/2/2023
1.21.0 45 7/2/2023
1.20.0 48 7/2/2023
1.13.0 51 7/2/2023
1.12.1 43 7/2/2023
1.12.0 42 7/2/2023
1.11.0 49 7/2/2023
1.10.0 45 7/2/2023
1.9.0 46 7/2/2023
1.8.0 42 7/2/2023
1.7.0 41 7/2/2023
1.6.0 41 7/2/2023
1.5.0 41 7/2/2023
1.4.0 50 7/2/2023
1.3.0 42 7/2/2023
1.2.0 49 7/2/2023
1.1.0 46 7/2/2023
1.0.0 39 7/2/2023