You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Easy and optimized way to apply **Filtering**, **Sorting** and **pagination** using text-based data.
6
6
7
-
Gridify is a **dynamic LINQ library** that converts your strings to a LINQ expression in the easiest way possible with excellent performance.
7
+
Gridify is a **dynamic LINQ library** that converts your strings to a LINQ query in the easiest way possible with excellent performance.
8
8
9
9
The best use case of this library is Asp-net APIs. When you need to get some string base filtering conditions to filter data or sort it by a field name or apply pagination concepts to your lists and return a **pageable**, data grid ready information, from any repository or database.
10
10
Although, we are not limited to Asp.net projects and we can use this library on any .Net projects and on any collections.
0 commit comments