Reputation: 15579
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
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
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