Understanding LINQ (C#) – An article describing the new language features of LINQ
June 26, 2007
4 comments
Note:
You can read this article on CodePoject on http://www.codeproject.com/useritems/understandinglinq.asp


Contents
- Automatic Properties
- Local Variable Type Inference
- Object Initializers & Collection Initializers
- Anonymous Types
- Lambda Expressions
- Extension Methods
- Query Syntax
Categories: .NET, Articles, Microsoft, Programming