WPF Data Binding ObservableCollection (cross thread binding support)
Feedbook is a online RSS Reader and social networking for windows, visit website for more info … Problem Statement: One of the issues we face in WPF data binding that we cannot update ObservableCollection<T> from other thread (cross thread), other wise we will get an exception “This type of CollectionView does not support changes to its [...]