4

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?

Mike
  • 43
  • 3
  • 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 Answers4

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
3

LINQPad to practice your queries.

Eugene
  • 2,965
  • 2
  • 34
  • 39
0

You can try out MSDN - Linq 101

Sagi
  • 8,972
  • 3
  • 33
  • 41