-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Sergey Navozenko edited this page Nov 3, 2018
·
68 revisions
LinqSpecs is a framework that will help you to create specifications for LINQ queries that can be executed by a remote server. You can read more about the specification pattern in Wikipedia.
Almost all users of LINQ create specifications in their daily work, but most of them write those specifications scattered all over the code. The idea behind this project is to help the user to write, test and expose specifications as first-class objects.
This is a continuation of original project linqspecs.codeplex.com by José F. Romaniello