Eran Kampf: Developing a Robust Data Driven UI using WPF
A very nice series of posts are in the works:
- In "The Introduction", Eran provides an overview of DataModel/View/ViewModel.
- In "The DataModel", he writes about a DataModel class deriving "from DispatcherObject because we need to have the Dispatcher available so that we can run background jobs that dispatch results to the UI thread."
- ...more are coming