Silverlight: Should I be using IDataErrorInfo, INotifyDataErrorInfo, or both? -
should using idataerrorinfo, inotifydataerrorinfo, or both?
if use both, should offer same error in both or should offer sync errors idataerrorinfo , async errors inotifydataerrorinfo?
if you're working in silverlight, should implement inotifydataerrorinfo. documentation:
in general, new entity classes silverlight should implement inotifydataerrorinfo added flexibility instead of implementing idataerrorinfo.
however, if want share code wpf, idataerrorinfo supported in both silverlight , wpf.
Comments
Post a Comment