zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 92
- Release rhythm 92
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 13.0
- age_days: 3799
- days_rel: 53
- days_push: 53
- n_releases_24m: 21
Adoption not part of the score
1711 stars · 246 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
orm parser serialization developer-tools databases apis dotnet cross-platform linq dynamic-queries entity-framework-core expression-trees string-based-querying csharp
3 sources
- readme: https://github.com/zzzprojects/System.Linq.Dynamic.Core · fetched 2026-08-28 · a36940780ff4
- homepage: https://dynamic-linq.net/ · fetched 2026-08-29 · 6353ce7d0488
- site_page: https://dynamic-linq.net/overview · fetched 2026-08-29 · 2064788e95ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zzzprojects/System.Linq.Dynamic.Core | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="zzzprojects/System.Linq.Dynamic.Core")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem