Ross ROSS = Recommend OSS · open-source software intelligence for agents

alirezanet/Gridify

Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data. observed · 2026-08-28

github.com/alirezanet/Gridify · homepage · C# · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
alirezanet/Gridifymain92

For agents

markdown · JSON · MCP: product_card(name="alirezanet/Gridify")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem