Microsoft .NET has been enhancing and upgrading its language framework since its inception. There seems a tremendous upgrade from .NET 2.0 Framework to .NET 3.5 framework, not just with introducing new sets of API but also in terms of dealing with objects, properties and methods. Below are a list of such language enhancements that are explained in brief in this article:
- Automatic Properties
- Object Initializer
- Collection Initializer
- Extension Methods
- Anonymous Methods
- Lambda Expressions
- Anonymous Types
Automatic Properties:
The sample shows a class named OrderDetails which has properties like OrderID,OrderPrice and OrderShippingAddress. READ THE FULL ARTICLE >>
Popularity: 1%







