Skip to content

AhmedTarekHasan/DynamicLINQQueryLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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: