Repository project that use Entity Framework and Dynamic Linq to provide useful methods for read and write entities with filter, pagination and ordination.
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.2 |
Author(s): | rodrigobernardino |
Last Update: | Monday, January 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RodrigoBernardino/DynamicLinqRepository |
NuGet Url: | https://www.nuget.org/packages/DynamicLinqRepository |
Install
Install-Package DynamicLinqRepository
dotnet add package DynamicLinqRepository
paket add DynamicLinqRepository
DynamicLinqRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.2.0)
- System.Linq.Dynamic(>= 1.0.7)
Tags