9
shouts

Universal IQueryable Search Version 2 with Reflection

published 301 days, 6 hours, 1 minute ago posted by naspinskinaspinski 302 days, 5 hours, 27 minutes ago
Tuesday, May 19, 2009 5:23:44 PM GMT Monday, May 18, 2009 5:58:10 PM GMT

'Google-like' search with an IQueryable made even simpler.

A little bit ago, I came out with a universal IQueryable search extensions and it worked great, but it got me thinking: if I could implement Reflection, it could be even easier to use and require less code to run as it would get the property names/types automatically. So here I am with the new version and it is working great, it has already saved me lots of time.

category: ASP.NET | clicked: 20 | | source: naspinski.net | show counter code
tags: IQueryable Linq C# .Net3.5