Archive for May, 2011
Working with LINQ and .NET
22May11
Lately I’ve been doing some work in C# targeting the 3.5 .NET Framework (because that’s where LINQ — Language INtegrated Query — is introduced). There are two forms for using LINQ: the query expression form and the method-based query form. Each allows the exact same functionality and each has its own pros and cons. I [...]




