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

Sun, 13 Sep 2009 00:01:31 -0700

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

by Free wpf gui @ Sun, 13 Sep 2009 00:01:31 -0700



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