When I was writing my review of Visual Studio 2008, I built a little console application that generated JavaScript data structures from a SQL Server 2000 database in C#, using LINQ to SQL. As I ...
Take advantage of the Chunk method in LINQ to split large data sets into a sequence of chunks for more efficient processing. Language-Integrated Query, or LINQ for short, brings a query execution ...
If you start "thinking in LINQ" you'll get more done with less code, and what you write will be simpler than using SQL. Switching to LINQ and the Entity Framework (EF) means that code you'll write for ...