Wintellect  

Thursday, October 23, 2008 - Posts

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...
Today I updated the Deep Zoom demo I originally published a few months ago for the RTW release of Silverlight 2. The new version shows how to do mouseovers on the individual subimages in a Deep Zoom scene—something that wasn't at all obvious to me how Read More...