SilverlightShow: Using Reactive Extensions in Silverlight – part 2 – Web Services Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) RE: Using Reactive Extensions in Silverlight – part 2 – Web Services <p>Hi Pencho - cool article!  I've actually wrote a library around Reactive Extensions to bridge them with Silverlight called ReactiveXaml (Github is at http://github.com/xpaulbettsx/ReactiveXaml) - here's how you'd make async web calls using RxXaml, it's quite a bit less boilerplate, and it also helps you wire it into an ICommand:</p> <p>http://blog.paulbetts.org/index.php/2010/09/26/calling-web-services-in-silverlight-using-reactivexaml/</p> <p>Ping me via paulbe@microsoft.com if you have any questions / ideas / etc!</p> http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx#comment4588 Paul Betts http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx Thu, 30 Sep 2010 04:39:30 GMT RE: Using Reactive Extensions in Silverlight – part 2 – Web Services <p>Hi Jeffrey, </p> <p>Thank you for the nice words and for the tip. You guys have done really great job, I am really fan of you and RX ;).</p> http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx#comment3238 ppopadiyn http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx Tue, 16 Mar 2010 19:09:28 GMT RE: Using Reactive Extensions in Silverlight – part 2 – Web Services <p>Hi Pencho,</p> <p> </p> <p>nice post!  One small code size optimization: You don't need to copy AnonymousObservable as you can use Observable.Create or Observable.CreateWithDisposable as well as Observer.Create.</p> <p> </p> <p>Jeffrey van Gogh<br /> Rx Dev</p> <p> </p> http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx#comment3237 Jeffrey van Gogh http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx Tue, 16 Mar 2010 18:47:56 GMT RE: Using Reactive Extensions in Silverlight – part 2 – Web Services Excellent article, keep up the good work Pencho! http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx#comment3236 iiordanov http://www.silverlightshow.net/items/Using-Reactive-Extensions-in-Silverlight-part-2-Web-Services.aspx Tue, 16 Mar 2010 16:29:16 GMT