How Dispatcher differs from the background thread ?
- by Ashish Ashu
How Dispatcher concept in .NET 3.5 in WPF differs from the background thread in .NET 2.0 ?
For example what will be difference between statements below:
delegate.Invoke/BeginInvoke AND this.dispatcher.Invoke/BeginInvoke