Categories
Related to LINQ To Objects - Part 3
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 area with massive potential. It seems though that »
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 exciting and new with LINQ To Objects. In »
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 from object to person in the CompareTo method. This »
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, the major innovation on Orcas is the LINQ (Language »
A frequent question I see on the forums is how can you drag controls around in a form with the mouse. Drag and drop is a very big and complex subject but this is one subset that can be implemented very »
Welcome back! In Part 5 we finished off with a table structure and the beginnings of NHibernate. We'll dive in deeper with NHibernate and mapping in this article. (part 1 was Dugg , which was quite exciting »
Source Code Data Access Layer (DAL) For MS Access Databases - Part 3 This is the third part of a tutorial article demonstrating how to create a data access layer (DAL) with .NET 2.0, ADO.NET 2.0, Visual »
A while ago we asked if there would be any interest in a Ruby on Rails class geared especially for current and former Microsoft developers (C#, VB.NET, VB6, ASP, MFC, whatever). We're excited to say that »
image Have you ever wondered how much you work in a day You might keep track of when you start and stop, but do you really keep track of every interruption In this article, learn about how to keep track »