Dapper.Contrib
1.42.0
Prefix Reserved
See the version list below for details.
dotnet add package Dapper.Contrib --version 1.42.0
NuGet\Install-Package Dapper.Contrib -Version 1.42.0
<PackageReference Include="Dapper.Contrib" Version="1.42.0" />
paket add Dapper.Contrib --version 1.42.0
#r "nuget: Dapper.Contrib, 1.42.0"
// Install Dapper.Contrib as a Cake Addin #addin nuget:?package=Dapper.Contrib&version=1.42.0 // Install Dapper.Contrib as a Cake Tool #tool nuget:?package=Dapper.Contrib&version=1.42.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Dapper (>= 1.40.0)
NuGet packages (278)
Showing the top 5 NuGet packages that depend on Dapper.Contrib:
Package | Downloads |
---|---|
Apprio.Enablement.Gateways
Package Description |
|
Util.Datas
Util.Datas是Util应用框架的数据访问类库。 Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。 |
|
DataAbstractions.Dapper
A light abstraction around Dapper and Dapper.Contrib that also maintains the behavior IDbConnection. This library facilitates a loosely coupled design and unit testing. |
|
MassTransit.DapperIntegration
MassTransit Dapper persistence support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity. |
|
Furion.Extras.DatabaseAccessor.Dapper
Furion 数据库访问器 Dapper 插件。 |
GitHub repositories (24)
Showing the top 5 popular GitHub repositories that depend on Dapper.Contrib:
Repository | Stars |
---|---|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
MonkSoul/Furion
Make .NET development easier, more versatile, and more popular.
|
Version | Downloads | Last updated |
---|---|---|
2.0.78 | 21,447,773 | 11/18/2020 |
2.0.35 | 6,199,154 | 4/5/2020 |
2.0.30 | 2,437,434 | 9/27/2019 |
2.0.4 | 379,748 | 8/29/2019 |
1.60.1 | 3,312,454 | 3/3/2019 |
1.50.5 | 2,552,715 | 5/18/2018 |
1.50.4 | 1,966,015 | 11/26/2017 |
1.50.4-alpha1-00070 | 12,899 | 9/14/2017 |
1.50.0 | 1,511,726 | 7/1/2016 |
1.50.0-rc3 | 2,987 | 6/28/2016 |
1.50.0-rc2a | 2,471 | 5/29/2016 |
1.50.0-beta8 | 5,591 | 2/17/2016 |
1.50.0-beta3 | 1,935 | 12/7/2015 |
1.43.0 | 203,151 | 6/9/2015 |
1.42.0 | 24,015 | 5/13/2015 |
1.41.0 | 1,957 | 5/13/2015 |
1.40.0 | 12,886 | 4/10/2015 |
1.0.0 | 41,854 | 9/12/2012 |
* 1.42 - InsertAsync() UpdateAsync() and DeleteAsync() now also handles lists of entities (.NET 4.5 only)
* 1.41 - added GetAll(). Insert() Update() and Delete() now handles lists of entities!
* 1.40 - cumulative changes up to dapper 1.40; will track changes more carefully subsequently