Pregunta

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

¿Fue útil?

Solución

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

Or even better, use a Task from TAP.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top