Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.5.9 |
Author(s): | Rik Svendsen Rose |
Last Update: | Wednesday, March 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/generik0/Smooth.IoC.Dapper.Repository.UnitOfWork |
NuGet Url: | https://www.nuget.org/packages/Smooth.IoC.UnitOfWork |
Install
Install-Package Smooth.IoC.UnitOfWork
dotnet add package Smooth.IoC.UnitOfWork
paket add Smooth.IoC.UnitOfWork
Smooth.IoC.UnitOfWork Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.ComponentModel.Annotations(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
- System.Data.Common(>= 4.3.0)
Tags
It is the core abstractions, interfaces and core classes that can be used for any ORM.
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...
Utilize this package with: https://www.nuget.org/packages/Smooth.IoC.Dapper.Repository.UnitOfWork/
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.
* 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+.