开发者

Understanding linq thoroughly

开发者 https://www.devze.com 2023-02-10 00:11 出处:网络
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 ofthese concepts sometimes correctly and

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消