Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Understanding linq thoroughly

Tags:

c#

linq

c#-3.0

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

like image 256
Baz1nga Avatar asked Dec 21 '22 18:12

Baz1nga


2 Answers

Read Jon Skeet's EduLINQ series.
Note: Long

like image 100
SLaks Avatar answered Jan 10 '23 00:01

SLaks


Try Jon Skeet's Edulinq series of articles.

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

like image 26
R. Martinho Fernandes Avatar answered Jan 10 '23 01:01

R. Martinho Fernandes