554 Views
Quickly create View Models that automatically notify XAML bindings when property values change, without having to manually raise a PropertyChanged Event Code view model properties as: public virtual int MyIntegerProperty { get; set; }
1 comments
dpeterson
3/14/2012 8:38:56 AM
The amount of code this is going to save me from writing is staggering. Great work!