0
kicks
Universal IQueryable Search Version 2 with Reflection
'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.