Dapper 2.1.35

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.

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.
611
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,768
Quantum.Framework.Core.StandardLib
Package Description
54
Quantum.Framework.Core.StandardLib
Package Description
57
Quantum.Framework.Core.StandardLib
Package Description
61
Quantum.Framework.Core.StandardLib
Package Description
69
Quantum.Framework.Core.StandardLib
Package Description
71
Quantum.Framework.Core.StandardLib
Package Description
110
Quantum.Framework.Core.StandardLib
Package Description
149
Quantum.Framework.Core.StandardLib
Package Description
157
Quantum.Framework.WebApp
Package Description
55
Quantum.Framework.WebApp
Package Description
57
Quantum.Framework.WebApp
Package Description
61
Quantum.Framework.WebApp
Package Description
67
Quantum.Framework.WebApp
Package Description
72
Quantum.Framework.WebApp
Package Description
112
Quantum.Framework.WebApp
Package Description
142
Quantum.Framework.WebApp
Package Description
156
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
53
Quantum.Framework.WebApp
提供TMS/WMS/OMS/AMS等共享的组件
164

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

.NET Framework 4.6.1

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.35 278 05/05/2024
2.1.24 6 12/21/2023
2.1.21 3 05/12/2024
2.1.11 2 05/11/2024
2.0.151 4 05/01/2024
2.0.143 2 05/22/2024
2.0.138 5 06/16/2023
2.0.4 8 07/10/2022
1.60.1 1,766 05/05/2022
1.50.0-beta6 4 05/08/2022
1.50.0-beta3 3 05/22/2024
1.42.0 7 05/01/2022
1.41.0-beta2 3 05/06/2022
1.39.0 5 05/25/2024
1.37.0 4 04/29/2024
1.36.0 4 05/02/2024
1.34.0 4 05/17/2024
1.32.0 3 05/23/2024
1.30.0 3 05/01/2022
1.29.0 5 05/11/2024
1.27.0 4 04/28/2024
1.25.0 4 05/01/2022
1.24.0 4 05/31/2024
1.22.0 4 05/25/2024
1.13.0 5 04/28/2024
1.2.0 4 05/04/2022