A monad in C# for simplifying WPF multi-threading for a more ... by Free wpf templates

Sun, 30 Aug 2009 00:00:42 -0600

A monad in C# for simplifying WPF multi-threading for a more ...

by Free wpf templates @ Sun, 30 Aug 2009 00:00:42 -0600



Most GUI frameworks, including Silverlight and WPF, are shipped with a fundamental problem: long use of the main causes the Window to blackout, and using different threads requires you to get your hands dirty with the Dispatcher stuff ... The problem appears when for doing any realistic responsive application, the presenter (representing business operations if you'd like) will have to run on a background thread to leave the main thread free for graphics rendering. ...