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开发者_StackOverflow 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
Read Jon Skeet's EduLINQ series.
Note: Long
Try Jon Skeet's Edulinq series of articles.
Jon implements the whole of LINQ-to-Objects along with a series of explanatory blog posts.
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!
精彩评论