- Expression Trees
- Inspect and Mutate IQueryable Expression Trees
- Look Behind the IQueryable Curtain
- Dynamically Build LINQ Expressions
- Expression and Projection Magic for Entity Framework Core
- Dynamic Queries with Expressions Trees in C#
- Use of Expression Trees in .NET for Lambda Decomposition
- Build dynamic Linq filters (aka. where() predicates)
- dbelmont/ExpressionBuilder - A library that provides a simple way to create lambda expressions to filter lists and database queries.
- castle-it/dynamic-linq-query-builder - A truly generic and dynamic linq query builder to compliment jQuery QueryBuilder and other dynamic linq query generation needs
- zzzprojects/System.Linq.Dynamic.Core - The .NET Standard / .NET Core version from the System Linq Dynamic functionality.