Friday, January 26, 2007

C# 3.0: An Introduction

This article hopes to bring readers up to speed on some of the changes we can look forward to in the C# 3.0 specification. Some of the new features include:

  • Object Initialization
  • Type Inferences
  • Anonymous Types
  • Lambda Expressions
  • Extension Methods
  • Queries (LINQ)
  • Expression Trees

No comments: