Efect is repository pattern implementation on top of Entity Framework.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0 |
Author(s): | Sequenta |
Last Update: | Monday, September 19, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Sequenta/efect |
NuGet Url: | https://www.nuget.org/packages/Efect |
Install
Install-Package Efect
dotnet add package Efect
paket add Efect
Efect Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Primitives(>= 1.0.0)
- System.Collections(>= 4.0.11)
- System.Collections.Concurrent(>= 4.0.12)
- System.ComponentModel(>= 4.0.1)
- System.Diagnostics.Debug(>= 4.0.11)
- System.Globalization(>= 4.0.11)
- System.Linq(>= 4.1.0)
- System.Linq.Expressions(>= 4.1.0)
- System.Linq.Queryable(>= 4.0.1)
- System.ObjectModel(>= 4.0.12)
- System.Reflection(>= 4.1.0)
- System.Reflection.Extensions(>= 4.0.1)
- System.Resources.ResourceManager(>= 4.0.1)
- System.Runtime(>= 4.1.0)
- System.Runtime.Extensions(>= 4.1.0)
- System.Runtime.InteropServices(>= 4.1.0)
- System.Threading(>= 4.0.11)
- System.Threading.Tasks(>= 4.0.11)
Tags