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
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.
645
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,796
Quantum.Framework.Core.StandardLib
Package Description
72
Quantum.Framework.Core.StandardLib
Package Description
73
Quantum.Framework.Core.StandardLib
Package Description
89
Quantum.Framework.Core.StandardLib
Package Description
98
Quantum.Framework.Core.StandardLib
Package Description
120
Quantum.Framework.Core.StandardLib
Package Description
161
Quantum.Framework.Core.StandardLib
Package Description
171
Quantum.Framework.WebApp
Package Description
72
Quantum.Framework.WebApp
Package Description
74
Quantum.Framework.WebApp
Package Description
75
Quantum.Framework.WebApp
Package Description
85
Quantum.Framework.WebApp
Package Description
96
Quantum.Framework.WebApp
Package Description
126
Quantum.Framework.WebApp
Package Description
155
Quantum.Framework.WebApp
Package Description
169
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
73
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
77
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
181

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 14 02/21/2025
2.1.35 411 05/05/2024
2.1.28 15 11/27/2024
2.1.24 23 12/21/2023
2.1.21 21 05/12/2024
2.1.15 15 11/14/2024
2.1.11 18 05/11/2024
2.1.4 15 11/19/2024
2.0.151 20 05/01/2024
2.0.143 16 05/22/2024
2.0.138 22 06/16/2023
2.0.4 24 07/10/2022
1.60.1 1,796 05/05/2022
1.50.4-alpha1-00070 15 11/07/2024
1.50.0-rc3 13 11/27/2024
1.50.0-rc2b 11 11/14/2024
1.50.0-rc2a 13 11/21/2024
1.50.0-rc2 11 11/26/2024
1.50.0-beta9 9 11/25/2024
1.50.0-beta7 21 11/25/2024
1.50.0-beta6 20 05/08/2022
1.50.0-beta5 11 11/11/2024
1.50.0-beta4 11 12/10/2024
1.50.0-beta3 15 05/22/2024
1.50.0-beta2 14 11/26/2024
1.50.0-beta1 13 11/27/2024
1.42.0 25 05/01/2022
1.41.0-beta2 17 05/06/2022
1.40.0 13 11/28/2024
1.39.0 24 05/25/2024
1.38.0 11 11/14/2024
1.37.0 19 04/29/2024
1.36.0 20 05/02/2024
1.34.0 19 05/17/2024
1.33.0 12 11/14/2024
1.32.0 17 05/23/2024
1.30.0 16 05/01/2022
1.29.0 19 05/11/2024
1.27.0 19 04/28/2024
1.26.0 14 11/14/2024
1.25.0 17 05/01/2022
1.24.0 18 05/31/2024
1.22.0 25 05/25/2024
1.20.0 13 11/28/2024
1.13.0 21 04/28/2024
1.2.0 22 05/04/2022