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.
More from kalyan
- C# 2.0 features
- Using keyword in C#
- .NET Framework Features
- Extension Methods Feature in C# 3.0
- C# ?? operator
kalyan Recommends
Related Posts:
1 comment1 Comment so far
Leave a reply
[...] can use Object Intialization Expressions in C#3.0 Features to create a Employee as [...]