New article on Simple Talk exploring various ways to build dynamic queries with LINQ
Some of the examples are fairly straight forward, but in the end, I step you through creating complex queries from scratch using reflection and Expression Trees.
Expression Trees are the neglected corner of DotNet voodoo. Hopefully this will shed some light on this “scary topic”.
Hit the comments and tell me how you dream in LINQ