News

Guthrie's highly detailed nine-part series of LINQ to SQL tutorials convinced many Web developers to replace typed DataSets with LINQ to SQL EntitySets. Use of LINQ to SQL grew neck-and-neck with ...
The 'Mango' update to Windows Phone 7 includes LINQ to SQL abilities. Use them while building a movie review app.
Take advantage of the Chunk method in LINQ to split large data sets into a sequence of chunks for more efficient processing.
Twice in the past couple of months I’ve gotten tripped up by the same data issue when using LINQ to Entities in the .NET framework. I create a simple view in my database which performs some ...