0
comment
comment
on 9/10/2008 4:05 AM
After you start to use extension methods and see all their benefits, you start thinking about how nice it would be to also have extension properties. When Scott Guthrie first announced them in New "Orcas" Language Feature: Extension Methods, someone immediately asked about extension properties. It just seems the feature is incomplete without both.
One particular area that would benefit greatly from extension properties would be WPF. Every time you define an attached property, you usually create a stati[...]