Inside BackgroundWorker
- by João Angelo
The BackgroundWorker is a reusable component that can be used in different contexts, but sometimes with unexpected results.
If you are like me, you have mostly used background workers while doing Windows Forms development due to the flexibility they offer for running a background task. They support cancellation and give events that signal progress…