PredicateExtensions is a C# utility that will take two Lambda expressions and combine them using .And or .Or extension methods. Expressions be joined at runtime for dynamic LINQ queries. PredicateExtensions can be used with EntityFramework to refactor and create dynamic queries.
Predicate Helper is a C# utility that will take different lambda expressions and combine them. It can be used with an ORM (like Entity Framework) and it will allow you to create dynamic queries.
Enables the efficient, dynamic composition of query predicates linq expressions supporting the logical operators: AND, OR, NOT.
It can be used with any kind of entity that need to be queried by a linq expression.