Dapper.FastCrud
2.6.7
See the version list below for details.
Install-Package Dapper.FastCrud -Version 2.6.7
dotnet add package Dapper.FastCrud --version 2.6.7
<PackageReference Include="Dapper.FastCrud" Version="2.6.7" />
paket add Dapper.FastCrud --version 2.6.7
#r "nuget: Dapper.FastCrud, 2.6.7"
// Install Dapper.FastCrud as a Cake Addin
#addin nuget:?package=Dapper.FastCrud&version=2.6.7
// Install Dapper.FastCrud as a Cake Tool
#tool nuget:?package=Dapper.FastCrud&version=2.6.7
Dapper.FastCRUD is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2015 or later is recommended.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Dapper (>= 2.0.123)
-
.NETStandard 2.0
- Dapper (>= 2.0.123)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Dapper.FastCrud:
Package | Downloads |
---|---|
CyberEye.Common.Lib
Package chứa các hàm tiện ích và common |
|
Smooth.IoC.Dapper.Repository.UnitOfWork
The package Provides a solution for the Repository and UnitOfWork patterns together with inversition of control. On the project site there are examples of Autofact, Castle.Windsor, Ninject, Simpleinjector, StructureMap, and Unity integration. The IoC framework is not an issue... It is ment to integrate nice and smooth like... The project uses tor its repository work Dapper as ORM and Dapper.FactCRUD for fluentness. But you can use is as a foundation and with any IDbConnection and IDbTransient framework you like. The library gives you the building blocks to: * Create Sessions from the IDbFactory in your methods, IDbFactory should be injected into your class's. As Session extends IDbConnection and will Open on the factory spawning the session and dispose the connection on disposal of the connection. * Your Sessions can create UnitOfWork's. As Session extends IDbConnection and will Open on the factory spawning the session and dispose the connection on disposal of the connection. * If your logic just needs "just a" UnitOfWork with a session that has the same scope, the factory can create it for you. * The IRepository and abstract concrete class should be used on your individual repository classes to provide simple and basic calls. But ofcasue you can add all the queries you want into your Repositories and use the dapper and dapper.FastCRUD (or any other extensions) functionality provided to you. * The repository abstract classes use Dapper.FastCRUD to give you a fluent ORM experience with the most common calls. * This library does not lock you to using dapper and FastCRUD, you can use any library you like that extends IDbConnection and IDbTransation, and still use the IDbFactory, ISession and IUnitOrWork. * Implemented for .net 4..0, .net 4.5.2, .net 4.6.1, .net 4.7.1+, .net 1.6 standard, .net 2.0 standard+. |
|
Tolitech.Modules.Base.Data
Biblioteca base para a camada Data. Esta é uma biblioteca utilizada em todos os projetos Tolitech, inclusive os gerados pela ferramenta Code Generator. Mais informações em http://www.codegenerator.com.br/ |
|
Proactive.DataRepository
Proactive data repository NetStandard package. |
|
DataQI.Dapper.FastCrud
Data Query Interface it's Dapper.FastCrud provider that use infraestructure provided by DataQI.Commons and it turns your Data Repositories a live interface. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.46 | 6,565 | 3/2/2022 |
3.0.45 | 943 | 2/22/2022 |
2.6.7 | 3,752 | 1/18/2022 |
2.5.0.39 | 536,958 | 4/19/2018 |
2.4.1 | 201,221 | 10/27/2016 |
2.4.0 | 6,514 | 9/21/2016 |
2.3.2 | 8,616 | 2/9/2016 |
2.3.0 | 1,654 | 1/2/2016 |
2.2.0 | 1,570 | 12/8/2015 |
2.1.2 | 1,468 | 10/30/2015 |
2.1.0 | 1,393 | 9/18/2015 |
2.0.0 | 1,618 | 6/1/2015 |
1.1.1 | 1,097 | 5/21/2015 |
1.1.0 | 1,146 | 5/21/2015 |
1.0.2 | 1,881 | 5/18/2015 |
1.0.1 | 1,268 | 5/16/2015 |
1.0.0 | 1,113 | 5/16/2015 |