Peter Vogel introduces a new column on application development in the real world, and begins by advocating for Language Integrated Query. Welcome to Practical .NET, a new column offering how-to ...
Returning LINQ Results A LINQ query always returns a collection (which may have 0, 1 or many objects). However, the collections returned from LINQ+EF aren't exactly like other collections. For ...