A while ago I posted about this new C# 3.0 feature . Although the IL code (aargh, yet another of these posts :-)) in that post reveals how object initializers are implemented internally, I wanted to make it slightly more explicit over here to avoid confusion. Consider the following C# 3.0 fragment: using System;
Similar Posts
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 Orcas . As you already might know,
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 Orcas . As you already might know,
This post covers the answers to the C# 3.0 - Core Linq concepts questions. Alex and Ming provided a set of correct answers, so there's not much I can say
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 Orcas . As you already might know,