Posted on: 2/22/2011 6:42:26 AM | Views : 680

One of the key features that need to be implemented in a Line of Business application. Although Silverlight supports validation very well it's not that easy compared to enabling Data Binding your ViewModel.When we want our ViewModel to be fully Data Bindable we implement the INotifyPropertyChanged interface. It's really an easy interface with an Event [...] ...

Go to the complete details ...