I am writing (attempting to write) unit tests for a WPF application. The business objects that the UI binds to implement IDataErrorInfo, such that when I set ValidatesOnDataErrors=True in my View xam
DataAnnotati开发者_运维百科ons vs IDataErrorInfo Pros and Cons of both? Benefits of one over the other? (especially related to MVC)Late entry to the discussion as I do not want to start a new questio
I have a situation where I have a couple of variables who\'s values depend on each other like this: A is a function of B and C
I currently migrated my project to MVC 2 and IDataErrorInfo doesn\'t seem to work when using default 开发者_如何学Cmodel binding and validation. Is it cut out?SUMMARY
I have a problem in WPF with validation. I have a user control which has few textboxes, which are binding to datamodel.