Difference between BackgroundWorker and System.Threading.Thread

Viewed 17253

What is the difference between creating a thead using BackgroundWorker and creating a thread using System.Threading.Thread?

2 Answers
Related