Dot Net Solutions
George V Place,
4 Thames Avenue
Windsor
Berkshire
SL4 1QP
Great Britain
0845 402 1752
GEO: -0.606174, 51.4843
 
 
 
 
11 Jun 2010

Functional Alchemy: Making Silverlight synchronous

Caught this article on the Morning Brew today, on making web service calls in Silverlight synchronous (which is fine as long as they're not running on the UI thread). Had a quick look through the code, including the CodeProject article which provided the base, and thought it seemed a little complicated. I've recently discovered that you can use the Reactive Framework extensions to wrap the event-based async pattern and make it synchronous; so far, I've just used it for unit testing, but I thou ... [Read more]
Published: 11 Jun 2010  11:44 | 5  Comments | 0  Links to this post