EFRepository allows you to use a LINQ-Enabled version of the Repository Pattern for 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: | 2.3.5 |
Author(s): | Nate Zaugg |
Last Update: | Friday, May 20, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MindfireTechnology/EFRepository |
NuGet Url: | https://www.nuget.org/packages/Mindfire.EFRepository |
Install
Install-Package Mindfire.EFRepository
dotnet add package Mindfire.EFRepository
paket add Mindfire.EFRepository
Mindfire.EFRepository Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- NETStandard.Library(>= 2.0.3)
- EntityFramework(>= 6.1.3)
- Microsoft.EntityFrameworkCore(>= 3.0.0)
- Microsoft.EntityFrameworkCore(>= 1.1.1)
- NETStandard.Library(>= 1.6.1)
Tags