C# 3.0 features
The following features are introduced in the C# 3.0
Visual studio C# 2008
1. Lambda Expressions.
2. Extension Methods.
3. LINQ Query Expressions.
4. Anonymous Types.
5. Expression Trees.
6. Partial Methods.
7. Auto-Implemented Properties.
8. Object and Collection Intializers.
Related Posts:
More from kalyan
- C# 2.0 features
- WCF Features in .NET Framework 4.0
- .NET Framework Features
- C# ?? operator
- Extension Methods Feature in C# 3.0
kalyan Recommends
1 Comment so far
Leave a reply
![Recommend [kalyanms1]](http://s3.amazonaws.com/arkayne-media/img/badge/logo-recommend-badge-medium.png)
[...] can use Object Intialization Expressions in C#3.0 Features to create a Employee as [...]