Showing related tags and posts accross the entire site.
-
Rather excitingly, all the chapters of C# in Depth are now available for early access . The following chapters have recently been added: 10: Extension methods Without extension methods, LINQ just couldn't work in an elegant form. Extension methods are basically a way of faking instance methods by...
-
As mentioned in my previous post, I've been putting together the code samples for C# in Depth. Now, these are spread across several projects in a few solutions. They're referred to in the book as things like "Listing 6.2" but I've given the files "real" names in the projects...
-
I've been writing about LINQ recently, and in particular I've written a small amount about Parallel LINQ . (Don't get excited - it's only about a page, just to mention it as a sort of "meta-provider" for LINQ.) I was wondering what to use to demonstrate it - what general task...