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.
764
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,892
Quantum.Framework.Core.StandardLib
Package Description
133
Quantum.Framework.Core.StandardLib
Package Description
152
Quantum.Framework.Core.StandardLib
Package Description
173
Quantum.Framework.Core.StandardLib
Package Description
194
Quantum.Framework.Core.StandardLib
Package Description
206
Quantum.Framework.WebApp
Package Description
162
Quantum.Framework.WebApp
Package Description
176
Quantum.Framework.WebApp
Package Description
184
Quantum.Framework.WebApp
Package Description
207
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
124
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
136
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
139
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
140
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
151
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
242
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
272
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
301
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
582

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 86 02/21/2025
2.1.35 1,053 05/05/2024
2.1.28 61 11/27/2024
2.1.24 95 12/21/2023
2.1.21 98 05/12/2024
2.1.15 56 11/14/2024
2.1.11 67 05/11/2024
2.1.4 77 11/19/2024
2.0.151 74 05/01/2024
2.0.143 108 05/22/2024
2.0.138 82 06/16/2023
2.0.4 109 07/10/2022
1.60.1 1,941 05/05/2022
1.50.4-alpha1-00070 80 11/07/2024
1.50.0-rc3 56 11/27/2024
1.50.0-rc2b 57 11/14/2024
1.50.0-rc2a 73 11/21/2024
1.50.0-rc2 89 11/26/2024
1.50.0-beta9 65 11/25/2024
1.50.0-beta7 91 11/25/2024
1.50.0-beta6 65 05/08/2022
1.50.0-beta5 48 11/11/2024
1.50.0-beta4 71 12/10/2024
1.50.0-beta3 54 05/22/2024
1.50.0-beta2 82 11/26/2024
1.50.0-beta1 63 11/27/2024
1.42.0 75 05/01/2022
1.41.0-beta2 64 05/06/2022
1.40.0 63 11/28/2024
1.39.0 118 05/25/2024
1.38.0 89 11/14/2024
1.37.0 81 04/29/2024
1.36.0 73 05/02/2024
1.34.0 62 05/17/2024
1.33.0 76 11/14/2024
1.32.0 94 05/23/2024
1.30.0 61 05/01/2022
1.29.0 94 05/11/2024
1.27.0 68 04/28/2024
1.26.0 91 11/14/2024
1.25.0 97 05/01/2022
1.24.0 107 05/31/2024
1.22.0 125 05/25/2024
1.20.0 106 11/28/2024
1.13.0 69 04/28/2024
1.2.0 93 05/04/2022