A simple query-by-specification framework for Entity Framework that uses LINQ expressions.
Info
Version: | 2.0.8 |
Author(s): | Ryan Bartsch |
Last Update: | Sunday, November 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yesmarket/query.by.specification |
NuGet Url: | https://www.nuget.org/packages/query.by.specification |
Install
Install-Package query.by.specification
dotnet add package query.by.specification
paket add query.by.specification
query.by.specification Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- LinqKit(>= 1.1.3.1)
- yesmarket.Linq.Expressions(>= 1.0.0)