Dapper 2.1.44

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
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
1,890
MT.PACKAGE.UTILITY
妙探科技nuget工具包
258
MT.PACKAGE.UTILITY
妙探科技nuget工具包 1、添加日期转财务报表报告期DateTime扩展方法
99
Dapper.Contrib
A collection of get,insert,update,delete helpers for dapper.net
27
Dapper.Contrib
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
27
Dapper.Contrib
A collection of create,insert,update,delete helpers for dapper.net
26
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
25
Dapper.Contrib
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
24
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
23
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
22
Dapper.Contrib
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
21
Dapper.Contrib
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
20
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
17
Dapper.Contrib
The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
16

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

.NET Framework 4.6.1

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

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