alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 96
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 30
- age_days: 2254
- days_rel: 125
- days_push: 29
- n_releases_24m: 14
Adoption not part of the score
1152 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gridify is a .NET dynamic LINQ library that converts text-based query strings into LINQ expressions for filtering, sorting, and pagination. It serves as a simpler, faster alternative to GraphQL/OData and integrates with Entity Framework and other ORMs.
Use cases
- apply filtering sorting and pagination from query strings in a .NET API
- convert string filters to LINQ expressions with Entity Framework Core
- let frontend clients dynamically filter and page API resources
- build dynamic grid queries in ASP.NET Core
- replace OData or System.Linq.Dynamic with a faster dynamic LINQ library
- query nested collections and sub-collections from text-based input
When to choose
- you need string-to-LINQ query conversion in a .NET project with high performance
- you want clients to filter, sort, and paginate resources via query parameters
- you use Entity Framework Core and need dynamic queries that translate to SQL
- you want a lightweight alternative to OData or GraphQL for list endpoints
When to avoid
- your project is not on .NET/.NET Core
- you need full GraphQL-style schema, subscriptions, or type-safe client generation
- you only need static, compile-time-checked queries
Facets
library · maturity active
parser orm search-engine developer-tools backend web-development apis databases dotnet c cross-platform dynamic-linq query-builder entity-framework-core odata-alternative filtering sorting pagination linq
2 sources
- readme: https://github.com/alirezanet/Gridify · fetched 2026-08-28 · 8ce12f651bec
- homepage: https://alirezanet.github.io/Gridify/ · fetched 2026-08-29 · 62670c0fff42
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alirezanet/Gridify | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="alirezanet/Gridify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem