CLR Threads and the Async Programming ModelFlorin CardaşimLead developerRomSoft, IAŞI,http://www.rms.ro
AgendaThread, Thread.IsBackgound, ThreadStart, Exceptions(.NET 1.1 vs 2.0)
ThreadPool
Asynchronous Programming Model: BeginInvoke, EndInvoke, AsyncCallback, IAsyncResultConclusionsUse ThreadPool and the APM whenever possible!
When to use dedicated Thread:

CLR threads