Dapper 2.1.28

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
learun.database
力软数据库操作方法 3.4.6 添加表名插入数据方法 3.4.8 修复表名插入数据方法字段类型错误的问题 3.4.9 添加表名更新数据方法 和 删除方法 3.5.0 修复表名更新方法错误问题 3.5.1 mysql 连接测试异常 3.5.2 增加新的查询方法
5
YesSql.Core
Package Description
4
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.
4
learun.database
力软数据库操作方法 3.4.6 添加表名插入数据方法 3.4.8 修复表名插入数据方法字段类型错误的问题 3.4.9 添加表名更新数据方法 和 删除方法 3.5.0 修复表名更新方法错误问题 3.5.1 mysql 连接测试异常 3.5.2 增加新的查询方法
4
YesSql.Core
Package Description
3
DapperExtensions
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
3
learun.database
力软数据库操作方法 3.4.6 添加表名插入数据方法 3.4.8 修复表名插入数据方法字段类型错误的问题 3.4.9 添加表名更新数据方法 和 删除方法 3.5.0 修复表名更新方法错误问题 3.5.1 mysql 连接测试异常 3.5.2 增加新的查询方法
3
SummerBoot
将SpringBoot的先进理念与C#的简洁优雅合二为一,声明式编程,专注于”做什么”而不是”如何去做”。在更高层面写代码,更关心的是目标,而不是底层算法实现的过程,SummerBoot,致力于打造一个人性化框架,让.net开发变得更简单优雅。
3
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.
3
YesSql.Core
Package Description
2
YesSql.Core
YesSql.Core
2
Dapper.Contrib
A collection of get,insert,update,delete helpers for dapper.net
2
SummerBoot
将SpringBoot的先进理念与C#的简洁优雅合二为一,声明式编程,专注于”做什么”而不是”如何去做”。在更高层面写代码,更关心的是目标,而不是底层算法实现的过程,SummerBoot,致力于打造一个人性化框架,让.net开发变得更简单。
2
SummerBoot
将SpringBoot的先进理念与C#的简洁优雅合二为一,声明式编程,专注于”做什么”而不是”如何去做”。在更高层面写代码,更关心的是目标,而不是底层算法实现的过程,SummerBoot,致力于打造一个人性化框架,让.net开发变得更简单优雅。
2
learun.database
力软数据库操作方法 3.4.6 添加表名插入数据方法 3.4.8 修复表名插入数据方法字段类型错误的问题 3.4.9 添加表名更新数据方法 和 删除方法 3.5.0 修复表名更新方法错误问题 3.5.1 mysql 连接测试异常 3.5.2 增加新的查询方法
2

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.66 3 2025/5/25
2.1.35 2 2025/6/7
2.1.28 3 2025/6/4
2.1.24 1 2025/6/8
2.1.21 2 2025/6/7
2.1.15 2 2025/6/8
2.1.11 1 2025/6/8
2.1.4 2 2025/6/7
2.0.151 1 2025/6/8
2.0.143 1 2025/6/6
2.0.138 1 2025/6/8
2.0.123 2 2025/6/8
2.0.90 1 2025/6/8
2.0.78 1 2025/6/8
2.0.35 1 2025/6/8
2.0.30 2 2025/6/8
2.0.4 1 2025/6/8
1.60.6 3 2025/6/8
1.60.5 2 2025/6/8
1.60.1 2 2025/6/6
1.50.5 1 2025/6/8
1.50.4 1 2025/6/7
1.50.4-alpha1-00070 2 2025/5/27
1.50.2 2 2025/6/6
1.50.1 2 2025/5/25
1.50.0 1 2025/6/8
1.50.0-rc3 1 2025/6/6
1.50.0-rc2b 1 2025/6/5
1.50.0-rc2a 1 2025/6/6
1.50.0-rc2 1 2025/6/6
1.50.0-beta9 2 2025/6/3
1.50.0-beta8 2 2025/5/28
1.50.0-beta7 2 2025/6/3
1.50.0-beta6 2 2025/6/1
1.50.0-beta5 2 2025/6/4
1.50.0-beta4 1 2025/6/2
1.50.0-beta3 2 2025/6/3
1.50.0-beta2 1 2025/6/3
1.50.0-beta1 1 2025/6/2
1.42.0 1 2025/6/8
1.41.0-beta5 2 2025/5/30
1.41.0-beta4 1 2025/6/2
1.41.0-beta3 1 2025/6/3
1.41.0-beta2 2 2025/6/3
1.41.0-beta 1 2025/6/3
1.41.0-alpha 2 2025/6/3
1.40.0 2 2025/6/8
1.39.0 2 2025/6/8
1.38.0 2 2025/6/8
1.37.0 1 2025/6/8
1.36.0 2 2025/5/31
1.35.0 1 2025/5/31
1.34.0 2 2025/6/8
1.33.0 1 2025/6/8
1.32.0 3 2025/6/8
1.31.0 1 2025/6/8
1.30.0 2 2025/6/9
1.29.0 2 2025/5/29
1.27.0 2 2025/6/8
1.26.0 2 2025/5/28
1.25.0 1 2025/6/9
1.24.0 2 2025/6/9
1.23.0 2 2025/6/7
1.22.0 1 2025/6/9
1.21.0 2 2025/6/8
1.20.0 2 2025/6/6
1.13.0 3 2025/5/23
1.12.1 2 2025/6/8
1.12.0 1 2025/6/9
1.11.0 1 2025/6/9
1.10.0 2 2025/6/9
1.9.0 1 2025/6/9
1.8.0 3 2025/6/8
1.7.0 2 2025/5/27
1.6.0 3 2025/6/9
1.5.0 2 2025/6/8
1.4.0 2 2025/5/29
1.3.0 2 2025/6/8
1.2.0 4 2025/5/26
1.1.0 2 2025/6/8
1.0.0 2 2025/5/28