C# 3.0: The (proposed) Specification
Microsoft just release the proposed specification to C# 3.0. Topics:
- Implicitly typed local variables
- Extension methods
- Lambda expressions
- Object and collection initializers
- Anonymous types
- Implicitly typed arrays
- Query expressions
- Expression trees
Enjoy!