0
kicks
Strongly-Typed Property Changed Notifications with Extension Methods
I just read an article by Micheal Sync about implementing property changed notifications with Expression Tree, I liked what I saw but didn't appreciate the inheritance requirement (as always). So I quickly whipped up an alternative way using extension methods, that makes it super easy but equally type-safe to raise property changed notifications.