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.