C#
VB
You must be a registerd user to post in the forums.
This is blog post by Scott Guthrie on the Dynamic Query library:
http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx
Essentially, the library provides extension methods that accept strings rather than lambda expressions for specifying where clauses for example. This allows queries to be more easily dynamically generated.