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

Sun, 28 Jun 2009 00:00:14 -0600

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

by Spf templates @ Sun, 28 Jun 2009 00:00:14 -0600



Most GUI frameworks, including Silverlight and WPF, are shipped with a fundamental problem: long use of the main thread causes the Window to blackout, and using different threads requires you to get your hands dirty with the Dispatcher ...