Baz1nga
Baz1nga

Reputation: 15579

Understanding linq thoroughly

I was just looking through this stack overflow question: What's the hardest or most misunderstood aspect of LINQ? and I couldnt believe I was using so many of these concepts sometimes correctly and sometimes incorrectly.

Can you guys please direct me to a book/blog that explains all these concepts. It would be really cool to understand all the details

Thanks in advance

Upvotes: 4

Views: 2016

Answers (3)

SLaks
SLaks

Reputation: 888027

Read Jon Skeet's EduLINQ series.
Note: Long

Upvotes: 8

Annie Lagang
Annie Lagang

Reputation: 3235

Double thumbs up for Jon Skeet's Edulinq series :) Read this article LINQ Secrets Revealed: Chaining and Debugging. Also check LINQ in Action and LINQ Pocket Reference books. Cheers!

Upvotes: 0

R. Martinho Fernandes
R. Martinho Fernandes

Reputation: 234644

Try Jon Skeet's Edulinq series of articles.

Jon implements the whole of LINQ-to-Objects along with a series of explanatory blog posts.

Upvotes: 3

Related Questions