Updating UI from a thread, timer og backgroundworker in Silverlight
If you’re a Windows forms developer you’re probably used to using the Invoke() or BeginInvoke() to execute code in the context of the UI thread (Application loop). Same goes for WPF with the Dispat...