C# 3.0 will see the light of day sometime in 2007-2008 with an exciting new feature: Extension Methods. I was browsing a document authored by Anders Hejlsberg with all of the upcoming LINQ-related stuff when I stumbled on them. "My goodness! We've got Multiple Inheritance!" was my first reaction. Indeed, Extension
Similar Posts
Extension Methods can be used as a piece of pseudo-multiple-inheritance for methods, but they really have a different purpose than Inheritance and Multiple
A couple of days ago I posted on Implementation Classes as a viable solution for most Multiple Inheritance benefits without actually having Multiple Inheritance
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,
UPDATE Made some corrections to the discussion of ReadOnlyCollection's interface implementations near the bottom. Thanks to Thomas Freudenberg and Damien