Sohini Dey
Difference between background worker thread and foreground threads.
By Sohini Dey in C# on Jan 24 2014
  • Vishal Jadav
    Aug, 2016 8

    Backgrounder worker as name states runs separate from main thread and does not hang the main thread so its a async operation and a foreground thread is runs parallel to main thread.in short we can run foreground thread and background worker at the same time together.

    • 0
  • Khan Abrar Ahmed
    Apr, 2014 6

    http://msdn.microsoft.com/en-us/library/h339syd0%28v=vs.110%29.aspx

    • 0
  • Sohini Dey
    Jan, 2014 24

    Backgroundworker threads are dead once the application exists whereas foreground threads complete the action even if the application closes.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS