Thursday, July 5, 2007

New Features in C# .NET 2.0

There are couple of new features/concepts that are introduced in the version 2.0 of C#.NET. These are listed below:
  1. Generics
  2. Partial Classes
  3. Iterators
  4. NULLABLE Value Types
  5. Anonymous Methods
  6. Coalesce operator: (??)
  7. Anonymous delegates providing closure functionality
  8. A yield return similar to yield in Python
Will explain one by one in different blogs for simplicity.

No comments: