You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two examples of performing long running operations whilst maintaining a responsive UI in WPF. One approach uses a BackgroundWorker object whilst the second uses the newer async/await keywords.