Multi-Threaded ObservableCollection and NotifyCollectionChanged Wrapper 
(AnthonyPaulO) Yesterday I ran across a web-page on the internet where people were voting for enhancements to the next .NET Framework. On the page I noticed there were a lot of people voting for a safe multi-threaded way of dispatching an INotifyCollectionChanged event, mostly regarding the ObservableCollection. That made me remember the initial pains I had with this issue and the many articles devoted to trying to remedy it, one of the earliest if not first solutions coming from Bea Stollnitz (love her blog). I have long since put this behind me since I solved it on my own a few years ago but completely forgot that it's still very much the pain in the neck it was back then, so I've decided to pull the relevant classes out of my library and share it with everyone.
Read Article >>