Delayable Notification Collection – WPF/Silverlight MVVM
In my last project (WPF/MVVM) I had to deal with a lot of data in the application. I stored the data in a ObservableCollection and bound the collection to a chart and a grid. Everything worked very well. But the data in the ObservableCollection changed frequently. By default, the ObservableCollection notifies every change in the… Read More »