<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx</link><description>After the release of Reactive Extensions (Rx) v1.0 SP1 and Reactive Extensions for JavaScript (RxJS) v1.0 late last year, we’ve been quite busy preparing the next big milestone of the product: Reactive Extensions v2.0 Beta . In this blog post, we’ll outline</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10337047</link><pubDate>Mon, 06 Aug 2012 04:42:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10337047</guid><dc:creator>Simple Made Easy</dc:creator><description>&lt;p&gt;I stopped reading this half way through. &lt;/p&gt;
&lt;p&gt;I would have created a RPC server in golang before I finished reading this article.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10337047" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10322616</link><pubDate>Thu, 21 Jun 2012 14:44:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10322616</guid><dc:creator>David Hanson</dc:creator><description>&lt;p&gt;Bart, I really do hope you didn&amp;#39;t write this all on the plane. ;-) &lt;/p&gt;
&lt;p&gt;Good to meet you last night. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10322616" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10304361</link><pubDate>Fri, 11 May 2012 19:35:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304361</guid><dc:creator>James Manning</dc:creator><description>&lt;p&gt;The entire post is awesome, but IMHO that 2x2 (single/multi and sync/async) image (under &amp;quot;The asynchronous programming landscape&amp;quot;) is something that every .NET developer needs to see (seriously needs to be reposted by Soma, Zander, ScottGu, etc). &amp;nbsp;I&amp;#39;ve come across multiple people that try to create a &amp;#39;stream&amp;#39; of things with Task or the like (usually ending up with some weird collection of interdependent tasks) that would have been much better if they had just used Rx.&lt;/p&gt;
&lt;p&gt;IMHO, many of the approaches in the past (like calling it the &amp;#39;opposite of enumerable&amp;#39; or &amp;#39;push instead of pull&amp;#39;) were correct, but not useful in terms of getting many developers to &amp;#39;grok&amp;#39; it. &amp;nbsp;IMHO, with Task and TPL around, there&amp;#39;s now a more viable explanation route (included in that 2x2 table) - Task is a one-time (or single-value) async thing. &amp;nbsp;IObservable is instead a collection of them. &amp;nbsp;If you want/need a Task but it&amp;#39;s something that will be producing either more than one thing or a &amp;#39;stream&amp;#39; of things, then consider observable instead.&lt;/p&gt;
&lt;p&gt;Rx kind of has the same problem as git - massive amounts of power, but a *perceived* learning curve that keeps it from being approachable. :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304361" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10289536</link><pubDate>Fri, 30 Mar 2012 20:10:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10289536</guid><dc:creator>Slava</dc:creator><description>&lt;p&gt;Please, please, dont forget about RX for JavaScript&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10289536" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10284877</link><pubDate>Mon, 19 Mar 2012 10:22:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10284877</guid><dc:creator>Andrey</dc:creator><description>&lt;p&gt;And of course after that you need to manually remove RX v1 package from nuget (or you’ll get bunch of “exists both in…” errors).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10284877" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10284345</link><pubDate>Fri, 16 Mar 2012 18:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10284345</guid><dc:creator>Bart De Smet [MSFT]</dc:creator><description>&lt;p&gt;Hi Andrey,&lt;/p&gt;
&lt;p&gt;It works on my machine :-). What version of NuGet are you running? My Package Manager Console prompt says:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Package Manager Console Host Version 1.6.21215.9133&lt;/p&gt;
&lt;p&gt;If you unload your project, does the MSBuild definition contain something along the following lines?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;TargetFrameworkIdentifier&amp;gt;Silverlight&amp;lt;/TargetFrameworkIdentifier&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;TargetFrameworkVersion&amp;gt;v5.0&amp;lt;/TargetFrameworkVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;SilverlightVersion&amp;gt;$(TargetFrameworkVersion)&amp;lt;/SilverlightVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;SilverlightApplication&amp;gt;true&amp;lt;/SilverlightApplication&amp;gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;d start by checking those two things. Let me know if the problem persists.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Bart&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10284345" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10284190</link><pubDate>Fri, 16 Mar 2012 12:58:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10284190</guid><dc:creator>Andrey</dc:creator><description>&lt;p&gt;Cannont install on Silverlight 5 project using “Install-Package Rx-Xaml -Pre ” :&lt;/p&gt;
&lt;p&gt;Install failed. Rolling back...&lt;/p&gt;
&lt;p&gt;Install-Package : Could not install package &amp;#39;Rx-Interfaces 2.0.20304-beta&amp;#39;. You are trying to install this package into a project that targets &amp;#39;.NETFramework,Version=v4.0&amp;#39;, but the package does not contai&lt;/p&gt;
&lt;p&gt;n any assembly references that are compatible with that framework. For more information, contact the package author.&lt;/p&gt;
&lt;p&gt;At line:1 char:16&lt;/p&gt;
&lt;p&gt;+ Install-Package &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;Rx-Xaml -Pre &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: NotSpecified: (:) [Install-Package], InvalidOperationException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand&lt;/p&gt;
&lt;p&gt;Why is it telling about .NET 4 if this is a Silverlight project (and I install it exactly on silverlight project — not on asp-hosting one).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10284190" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10283614</link><pubDate>Thu, 15 Mar 2012 12:00:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10283614</guid><dc:creator>Diego Guidi</dc:creator><description>&lt;p&gt;great post! hHope to read something similar for RxJs 2.0 :D&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10283614" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10283442</link><pubDate>Thu, 15 Mar 2012 04:17:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10283442</guid><dc:creator>Richard Hein</dc:creator><description>&lt;p&gt;Great stuff! &amp;nbsp;Good to see you blogging again, Bart! :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10283442" width="1" height="1"&gt;</description></item><item><title>re: Reactive Extensions v2.0 Beta available now!</title><link>http://blogs.msdn.com/b/rxteam/archive/2012/03/12/reactive-extensions-v2-0-beta-available-now.aspx#10282654</link><pubDate>Wed, 14 Mar 2012 08:07:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10282654</guid><dc:creator>Aggelos Biboudis</dc:creator><description>&lt;p&gt;The best post. Comprehensive, complete, dense, informative. Exciting news.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10282654" width="1" height="1"&gt;</description></item></channel></rss>