# zzzprojects/System.Linq.Dynamic.Core

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

Repository: https://github.com/zzzprojects/System.Linq.Dynamic.Core
Canonical: https://ross.abutalabs.com/products/systemlinqdynamiccore
Homepage: https://dynamic-linq.net/
Language: C#
License: Apache-2.0
License Family: permissive
Topics: linq, dynamic, netstandard, core, system, expression, sql, entity-framework, lamda, efcore, entity-framework-core
Last push: 2026-07-11T09:51:10+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 92, longevity 100
- inputs: {"age_days": 3799, "days_push": 53, "days_rel": 53, "gap_med": 13.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1711, forks 246 (observed 2026-08-28T04:05:25.788561+00:00)

## What it is
A .NET Core / .NET Standard port of Microsoft's Dynamic LINQ library that lets developers write string-based LINQ queries against IQueryable sources. It supports dynamic Where, OrderBy, Select, GroupBy, lambda parsing (ParseLambda), and dynamic class creation, integrating tightly with Entity Framework Core.

## Use cases
- build dynamic where clauses from user input at runtime
- sort and filter grids with string-based order by expressions
- parse strings into lambda expression trees
- dynamically project and shape query results with select
- create dynamic group by queries in entity framework
- generate dynamic classes at runtime

## When to choose
- you need runtime-defined LINQ queries driven by end-user UI input
- you use Entity Framework Core and want string-based filtering or sorting
- you need to parse strings into expression trees or lambdas
- you want a mature, actively maintained dynamic query library for .NET

## When to avoid
- your queries are fully known at compile time and type-safe lambdas suffice
- you need to evaluate arbitrary C# code at runtime (use a full expression evaluator)
- you cannot accept the security restrictions on calling methods in dynamic expressions

## Facets
- artifact type: library
- maturity: active
- function: orm, parser, serialization
- domain: developer-tools, databases, apis
- platform: dotnet, cross-platform
- tags: linq, dynamic-queries, entity-framework-core, expression-trees, string-based-querying, csharp

## Member repositories
- zzzprojects/System.Linq.Dynamic.Core (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:25.788561+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:35:02.435221+00:00, confidence not recorded.
  - readme: https://github.com/zzzprojects/System.Linq.Dynamic.Core (fetched 2026-08-28T04:05:25.788561+00:00, sha a36940780ff4)
  - homepage: https://dynamic-linq.net/ (fetched 2026-08-29T11:11:06.166270+00:00, sha 6353ce7d0488)
  - site_page: https://dynamic-linq.net/overview (fetched 2026-08-29T11:11:06.168756+00:00, sha 2064788e95ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
