Keeping your application responsive while under load is important. If you assign the UI thread to do time intensive work you are asking for trouble as it will prevent the UI from updating. This will cause the application to appear unresponsive. The solution, of course, is to assign the task to a worker thread instead [...]
Monthly Archive for May, 2010
Example Silverlight sites for UG talk
Posted in Silverlight on May 20th, 2010
Here are some of the Silverlight sites I showed at a recent UG talk. Aggregate sites http://silverlight.net/showcase http://www.noupe.com/showcases/50-interactive-silverlight-applications.html http://www.silverlightshow.net/Showcase.aspx Individual Sites http://completit.com/# http://gis.hudson.oh.us/golf/ http://www.spritehand.com/silverlight/3.0/droppypop/droppypop.htm http://www.mazda.de/konfigurator/konfiguratorsl.aspx http://www.mscui.net/PatientJourneyDemonstrator/SecondaryCare.htm
