views:

35

answers:

3

What articles/tutorials can you recommend for LINQ Expression Trees?

+1  A: 

If you grok this Building an IQueryable provider, then you grok System.Linq.Expressions. But you can also start with the simple Expression Tree Basics.

Jason
+1  A: 

http://msdn.microsoft.com/en-us/library/bb397951(v=VS.100).aspx

Mike Cheel
Also, if you don't have this app it might help you with your LINQ: http://www.linqpad.net/
Mike Cheel