|
by skeet via Jon Skeet: Coding Blog on 3/25/2010 1:41:32 PM
I've been reviewing chapter 10 of C# in Depth, which is about extension methods. This is where I start introducing some of the methods in System.Linq.Enumerable, such as Where and Reverse. I introduce a few pieces of terminology in callouts - and while I believe I'm using this terminology correctly according to MSDN, I suspect that some of it isn't quite what many developers expect... in particular, what does it mean for something to be "lazy"? Let's start off with a q
... [ read more ]
|
|