Difference between Synchronization Context and Dispatcher
I am using Dispatcher to switch to UI thread from external like this Application.Current.Dispatcher.Invoke(myAction); But I saw on some forums people have advised to use SynchronizationContext in...
stackoverflow.com