What is background work in winforms ?
Sujeet Suman
Majorly, it is used while coding threading related application. Background worker process ensures that one process should not get effected if another is running in a same form.
This is a in build control of Microsoft winforms. Basically it is used for progressbar related job.