# alirezanet/Gridify

Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.

Repository: https://github.com/alirezanet/Gridify
Canonical: https://ross.abutalabs.com/products/gridify
Homepage: https://alirezanet.github.io/Gridify/
Language: C#
License: MIT
License Family: permissive
Topics: csharp, filtering, ordering, sorting, pagination, dynamic-queries, entity-framework-core, gridify, vbnet, dotnet, entity-framework, odata, dynamic-linq, linq, linq-to-sql, linq-to-objects, query, query-builder
Last push: 2026-08-04T11:06:26+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 81, longevity 100
- inputs: {"age_days": 2254, "days_push": 29, "days_rel": 125, "gap_med": 30, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1152, forks 82 (observed 2026-08-28T04:03:46.823303+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: parser, orm, search-engine, developer-tools
- domain: backend, web-development, apis, databases
- platform: dotnet, c, cross-platform
- tags: dynamic-linq, query-builder, entity-framework-core, odata-alternative, filtering, sorting, pagination, linq

## Member repositories
- alirezanet/Gridify (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:46.823303+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-30T06:33:31.773684+00:00, confidence not recorded.
  - readme: https://github.com/alirezanet/Gridify (fetched 2026-08-28T04:03:46.823303+00:00, sha 8ce12f651bec)
  - homepage: https://alirezanet.github.io/Gridify/ (fetched 2026-08-29T12:38:09.455959+00:00, sha 62670c0fff42)
- Data as of 2026-08-30T08:39:29.467469+00:00.
