A new way to filter a list by URL - StringToIQueryable

added by zowens
1/22/2010 11:50:53 AM

141 Views

Ever see a URL with a bunch of query string variables that is used to filter a list result? There is a new way to write and parse a query parameter using a parser monad and a few standard combinators that can be used to filter an IQueryable based on a pre-defined syntax. Have a look at the code that will make your querying easier with MVC.


0 comments