Question

In Winforms, we have a BackgroundWorker component under 'Components' tab in toolbox. Is there something equivalent to this in WPF application?

Was it helpful?

Solution

Highly recommend learning about MVVM, and using System.ComponentModel.BackgroundWorker from the view model.

Or even better, use a Task from TAP.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top