Skip to content

JPVenson/WPFCommon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPFCommon

The WPF Common library is a shared collection of MVVM related classes. The repository contains some commonly used pattern like the ViewModelBase but also some additions to them like the AsyncViewModelBase that provides a common interface for starting async operations inside the ViewModel. Another addition is a default implementation of the INotifyDataErrorInfo interface for general usage with a collection of Rules. The repository contains a ThreadSaveObservableCollection that can be accessed across multiple thread and will sync all actions into the Dispatcher.