Last listened to The Getaway by Immortal Technique (on 10 Mar 2010, 14:39)

LINQ under the microscope

Over the next few weeks I'm going to be blogging about LINQ, the feature of .NET Framework 3.5 that lets you write query-style code.

I'm going to focus on a few things inparticular:

  • When to use it. When not to use it.
  • The performance of LINQ, in terms of speed, when compared to, for example, loops.
  • LINQ over XML and the System.Xml.Linq namespace.
Comments are closed