Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 822 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 822 Bytes

Dynamic LINQ Query Library


Sometimes while working on your .NET application you need to build a generic filtering form or page which filters a pool of data with dynamic filtering query which the system user compose on run-time. This is a self-wrote library based on Linq which you can use to build your dynamic filtering system just with minimum modification.


This article expalins the main concept behind the library and provides some sample examples of how to use it.


Related Links:


Authors: