What aspects and methods specific to WPF can be most useful (and inconceivable for implementation) in programming without using WPF?
I became familiar with the team pattern by learning WPF teams. It forms the basis for the separation of the user interface, which, I believe, should be used in other applications.
. - INotifyPropertyChanged INotifyCollectionChanged. , WPF, , , , , , , .
INotifyPropertyChanged
INotifyCollectionChanged
MVVM Model-View-ViewModel - , , , .
, Knockout JavaScript UI.
, WPF ( Silverlight), , IDataErrorInfo WPF/Silverlight. ASP.NET MVC ViewModels IDataErrorInfo ( , - , A , B , C ). , ModelState. .
Source: https://habr.com/ru/post/1758317/More articles:How to make a physical character move without rotation - xnaCreate a Mathematica / Combinatorica graph with named vertex edges - wolfram-mathematicaWhat ruby ββforum software would you recommend for integration into your existing rails application? - ruby-on-railsShowGraph [{{e1, e2}, {e1, e3}}, {e1, e2, e3}]; // what is the problem? - graphJQuery slide pagination issue - jqueryEmacs find-tag has problems with .el.gz files - emacsWhat does "| =" mean in Java? - javaString manipulation in C #: truncate a path using characters after each numeric value - stringNSURLConnection delegate methods fail - objective-cUsing undocumented classes in C ++ - c ++All Articles