u/Far_Aardvark2433

▲ 0 r/csharp

Excited to share something I’ve been building: FlexQuery.NET

Hi, I built a small library called FlexQuery.NET and wanted to share it here.

It’s a lightweight query helper for .NET APIs that handles:

  • filtering
  • sorting
  • pagination
  • field selection

The goal is to keep things simple and flexible without needing a heavy setup.

In my experience, there are cases where:

  • OData feels a bit overkill
  • GraphQL can be too complex for straightforward APIs

So I tried to build something in between — not a replacement for either, just an alternative depending on the use case.

Sample:

?filter=status = "Active" AND totalAmount > 1000&sort=createdDate:desc

Docs: https://flexquery.vercel.app

Still a work in progress, but already usable.
Would appreciate any feedback or suggestions 👍

reddit.com
u/Far_Aardvark2433 — 19 days ago
▲ 26 r/dotnet

Excited to share something I’ve been building: FlexQuery.NET

Hi, I built a small library called FlexQuery.NET and wanted to share it here.

It’s a lightweight query helper for .NET APIs that handles:

  • filtering
  • sorting
  • pagination
  • field selection

The goal is to keep things simple and flexible without needing a heavy setup.

In my experience, there are cases where:

  • OData feels a bit overkill
  • GraphQL can be too complex for straightforward APIs

So I tried to build something in between — not a replacement for either, just an alternative depending on the use case.

Sample:

?filter=status = "Active" AND totalAmount > 1000&sort=createdDate:desc

Docs: https://flexquery.vercel.app

Still a work in progress, but already usable.
Would appreciate any feedback or suggestions 👍

reddit.com
u/Far_Aardvark2433 — 19 days ago

Hi guys, share ko lang project ko: FlexQuery.NET

Ginawa ko siya para mapadali yung filtering, sorting, pagination, at field selection sa .NET APIs — lalo na kung ayaw mo ng masyadong heavy setup.

Sa experience ko kasi, may times na:

  • medyo overkill ang OData
  • or medyo complex i-setup ang GraphQL

Kaya gumawa ako ng simpler approach na flexible pa rin gamitin.

Example usage:

?filter=status = Active AND totalAmount > 1000

Docs: https://flexquery.vercel.app

WIP pa siya pero usable na.
Open ako sa feedback, suggestions, or kahit criticism 🙏

Thanks!

reddit.com
u/Far_Aardvark2433 — 19 days ago