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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -