Video: Access Multiple SharePoint 2010 Lists by Using LINQ

Learn to create SharePoint 2010 Web Parts that query multiple lists by using LINQ.

See the original post here:
Video: Access Multiple SharePoint 2010 Lists by Using LINQ

Learning about Unity using Expression Design

Course Type: Video Course ID: Learn more about Unity, a principle of design that will help you communicate visual cohesion in your user interface composition. Unity will help you communicate a single message even when using multiple objects. Learn more about Unity while exploring Expression Design

Go here to see the original:
Learning about Unity using Expression Design

Channel 9 Interview: LINQ Language Deep Dive with Visual Studio 2008

Ever wonder what really happens when you write a simple LINQ query? Dim query = From row In db.Customers _ Where row.Country = "Canada" _ Select row A lot of new language features went into the compilers in Visual Studio 2008 to make even this simple LINQ query work. In this interview I sit down with Jonathan Aneja , a Program Manager on the Visual Basic Compiler team, who dives deep into these features like Type Inference, Anonymous Types, Lambda Expressions, Expressions Trees, and more

See the original post here:
Channel 9 Interview: LINQ Language Deep Dive with Visual Studio 2008