Dapper.StrongName 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.StrongName.

Packages Downloads
YesSql.Core
Package Description
3
YesSql.Core
Package Description
2

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 2025/5/29
2.1.35 1 2025/6/2
2.1.28 1 2025/6/2
2.1.24 1 2025/6/2
2.1.21 1 2025/6/2
2.1.15 1 2025/6/2
2.1.11 1 2025/6/2
2.0.151 1 2025/6/2
2.0.143 1 2025/6/1
2.0.138 1 2025/6/2
2.0.123 1 2025/6/3
2.0.90 1 2025/6/2
2.0.78 1 2025/6/2
2.0.35 1 2025/6/2
2.0.30 1 2025/6/2
2.0.4 1 2025/6/2
1.60.1 1 2025/6/1
1.50.5 1 2025/6/2
1.50.4 1 2025/6/1
1.50.4-alpha1-00070 1 2025/5/30
1.50.2 1 2025/6/1
1.50.0 1 2025/6/2
1.50.0-rc3 1 2025/6/1
1.50.0-rc2b 1 2025/6/1
1.50.0-rc2a 1 2025/6/1
1.50.0-rc2 1 2025/6/1
1.50.0-beta9 1 2025/5/31
1.50.0-beta8 1 2025/5/31
1.50.0-beta7 1 2025/5/31
1.50.0-beta6 1 2025/5/31
1.50.0-beta5 2 2025/5/25
1.50.0-beta4 1 2025/5/30
1.50.0-beta3 2 2025/5/28
1.50.0-beta2 1 2025/5/31
1.50.0-beta1 1 2025/5/31
1.40.0 1 2025/6/2
1.39.0 1 2025/6/2
1.38.0 1 2025/6/3
1.37.0 1 2025/6/3
1.36.0 2 2025/6/3
1.35.0 1 2025/6/3