1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

feat: adds Gridify content for aspnet-core (#8407)

* Update gridlify@w5RnrhsP4p-AdSOLYVAY9.md

Adds description and links for Gridify library

* Update gridlify@w5RnrhsP4p-AdSOLYVAY9.md
This commit is contained in:
Samyeak
2025-03-26 02:34:18 +05:45
committed by GitHub
parent 1a4f9f8f96
commit 03caf1bf23

View File

@@ -1 +1,10 @@
# Gridlify # Gridify
Gridify offers a powerful string-based dynamic LINQ query language that is both simple and easy to use.
Gridify is a dynamic LINQ library that simplifies the process of converting strings to LINQ queries. Gridify makes it effortless to apply filtering, sorting, and pagination using text-based data.
It also has a Javascript/Typescript client to integrate the Gridify with the frontend tables.
For more information, visit the following links:
- [@opensource@Gridify Library](https://github.com/alirezanet/Gridify)
- [@article@Working with Dynamic Filters Using Gridify in .NET](https://levelup.gitconnected.com/working-with-dynamic-filters-using-gridify-in-net-6bba618dd9f8)