Build dynamic Linq filters (aka. where() predicates)

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • System.Linq.Dynamic.Core

    The .NET Standard / .NET Core version from the System Linq Dynamic functionality.

  • dynamic-linq-query-builder

    A truly generic and dynamic linq query builder to compliment jQuery QueryBuilder and other dynamic linq query generation needs

  • I ran into this use case a while ago, and I saw a similar inplementation under the jquery UI query builder plugin. https://querybuilder.js.org/. There's an inplementation for .net on the site. https://github.com/castle-it/dynamic-linq-query-builder. Fast foward to today, I no longer use this approach and switched to OData. The backend expose a queryable dataset. Frontend just need to build the querystring to hit the backend Odata api endpoint. I think this approach is much cleaner.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • LINQKit

    LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.

  • Nice! At work we do something similar, but we use the predicate builder of linqkit: https://github.com/scottksmith95/LINQKit

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts