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.