Sign in Sign up
nuget

NSpecifications

A .NET library implementing the Specification pattern — small, composable, named rule objects that encapsulate query logic. Specifications (specs) work identically against in-memory collections (IEnumerable<T>) and (database) queries (IQueryable<T>), compose with &, |, and ! operators, and are well suited to be used with LINQ.

Activity

Latest release
2mo ago
Total releases
6
Cadence
~9 months
Last 12 months
1

Reach

Stars

Details

License
MIT
First release
Jan 02, 2018
Releases
Version Released
2.0.0 major
1.2.1 patch
1.2.0 minor
1.1.0 minor
1.0.1 patch
1.0.0 initial