Sujeet Suman
What is background work in winforms ?
By Sujeet Suman in Windows Forms on Sep 17 2015
  • G Krishna  Rao
    Aug, 2017 23

    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.

    • 1
  • mahesh babu
    Nov, 2024 7

    In Windows Forms (WinForms), background work generally refers to tasks or operations that run in the background, separate from the main UI thread. This approach keeps the user interface responsive while time-consuming tasks, such as data processing, file I/O, or network requests, execute in the background.

    • 0
  • Saurabh Singh
    Nov, 2018 17

    when we want to do time taking tasks in background such as reading/writing large text file, loading large data from database, etc and updating progress bar.

    • 0
  • Arjun Dhilod
    Nov, 2018 3

    If you thing about background work so threading come into picture.

    • 0
  • Sujeet Suman
    Sep, 2015 18

    This is a in build control of Microsoft winforms. Basically it is used for progressbar related job.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS