|
If you haven't had the chance to check out the linq Samples that come with Visual Studio 2008, I'd suggest you do. It is a great way to get familiar with the linq syntax. Microsoft has included a Sample Query Explorer that allows you to see the code and the results of the code. It also organizes the examples based on attributes in the code.
They are located at:
C:\Program Files\Microsoft Visual Studio 9.0\Samples\1033
I have provided 2 screen shots below.
The Code:

Click here for a larger image.
Sample Query Explorer:

Click here for a larger image.