tags:

views:

524

answers:

3

Hi, can someone suggest a simple overview about Linq that is best suited for a programmer who is already familiar with the concept of Linq but doesn't know the syntax?

Thanks!

+5  A: 

I would check out 101 Linq Samples.

I would also get me a copy of LinqPad ... great tool!

mattruma
I'm just a bit annoyed that there's now a pay version of it :(
Slace
Yeah ... to get the Intellisense ... but to be honest ... it is worth it!
mattruma
+1  A: 

If you're interested in Linq to SQL, there is also a Linq to SQL 101 Samples

Paul Nearney
A: 

Thanks for the LinqPad recommendation, great tool! Now I got something to play with tonight :-)

milan1612