Although some of the queries we saw at the end of Part 2 are quite impressive - and light years easier than doing it with Loops and If/Then tests - there are still more improvements to come. Let's take the situation where you want to run Join queries across two separate data sources. This is something you'll commonly
Similar Posts
There's no doubt that LINQ is one of the headline features of Visual Studio Orcas. I've been trying out some LINQ queries; it's a very interesting new
Let's Run Some Queries! By the end of Part 1 we set the stage and looked at a couple of new features coming up in Orcas, but hadn't done anything particularly
EDIT As someone pointed out my example was a bit sloppy so it has been edited. In Step One, the Person class has been changed to avoid the need to cast
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 Orcas . As you already might know,