Feed on
Posts
Comments

Monthly Archive for May, 2010

PriorityBinding in WPF

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 [...]

Read Full Post »

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

Read Full Post »