One of the unique features that Silverlight brings to the browser platform is the ability for you to write multithreaded apps. You can use Thread.Start , ThreadPool.QueueUserWorkItem , and other mechanisms to execute code on another thread, and you can
Read More...