Silverlight basics. Validation. Part 2. IDataErrorInfo & INotifyDataErrorInfo
At previous my blog post I wrote about how to implement validation with DataAnnotations. I this part of my article I will describe interfaces IDataErrorInfoand INotifyDataErrorInfo. I recommend you to read first part before read this part. Because I use example from previous part.