Read original post at Dearmusings
Many a times its required to delegate some of the processing tasks to the background event handler, so the app UI does not become unresponsive. In this blog post we will see how we can achieve it using BackgroundWorker class.
We will create a sample application, that will show time & will refresh it every 5 seconds on the UI.