By default LINQ uses deferred query execution. This means you can access the results, change the data and use the same query again. Using Visual Studio 2010, beta 1 and the .NET Framework 4.0 we'll see how to use this to our advantage.
Latest LINQ Articles - Page 3
Joins and UI Binding with the Entity Framework
Learn how to build queries with the Entity Framework that involve multiple tables as well as binding in the UI with the EntityDataSource.
Using LINQ with Dynamic Where Clauses
Do you need to create Dynamic Where Clauses at runtime? No need to use string concatenation with SQL, LINQ is fully capable of performing the same task.
An ADO.NET Data Services Tutorial
An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.
Using the Task Parallel Library and PLINQ to Go Parallel
With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party.
Language Integrated Query (LINQ) to SQL
Discover another valuable part of the LINQ family, LINQ to SQL. LINQ to SQL that allows users to query and manipulate objects associated with relational database tables.
Latest CodeGuru Developer Columns

Working with Standard Library Containers and Iterators in C++
Focus on standard library concepts and be introduced to container and iterator templates. Appropriate examples are provided.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

Using Ubuntu Virtual Machine in Azure
Explore how to create and use a Ubuntu virtual machine.