Where is a good place to start learning LINQ for .net, and what are the resources i should use to put the knowledge into practice?
Asked
Active
Viewed 194 times
4
-
You might want to check out http://stackoverflow.com/questions/16322/learning-about-linq -- not really a duplicate, but it already provides some possible answers to this question. – itowlson Mar 13 '10 at 01:42
-
Possible duplicate: http://stackoverflow.com/questions/830581/resources-for-learning-linq – itowlson Mar 13 '10 at 01:43
4 Answers
6
I think the MSDN LINQ samples are an excellent place to start. Just start going through the first couple examples under each topic, and you'll soon get the gist.

James Kolpack
- 9,331
- 2
- 44
- 59
3
In terms of resources LINQPad is quite handy. Plus a few video tutorials here should be useful too.
cheers

Arnkrishn
- 29,828
- 40
- 114
- 128