0
kicks
New features in C# 3.0
In a .NET developer survey we ran, C# 3.0 topped the list with a 70% first preference rating, followed by LINQ and VB 9.0.
But where do you start with C# 3.0 and all the new language features? Here is the list of core features that we came up with:
* Anonymous types
* Object and Collection initializers
* Extension methods
* Auto-Implemented Properties
* Lambda Expressions
* LINQ Extension Methods
* Basic & advanced LINQ queries
Master all those and you're well on the way...