IDataErrorInfo in winforms
问题 Can IDataError info be used properly in a winforms application? In the past I was doing my binding the usual way(1) and did the validation in the OnValidating event of the particular control. I would like to move the data validation to the domain model so that I can easily swap out user interfaces and so that all of the logic is in one place. I was looking into IDataErrorInfo but everything I find deals with WPF and the app in development is strictly a winforms app. I also noticed that the