<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/6de0/3996ed48-88a5-4012-8eca-ec396de76de0/DEV413_220.jpg</url>
		<title>Channel 9 - Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<link></link>
	</image>
	<description>In today’s world of connected cloud-centric applications with rich user experiences, the need for asynchronous and event programming is bigger than ever. With the C# and Visual Basic language features added to .NET 4.5, an imperative approach to sequential composition and orchestration of asynchronous operations has been introduced. Come and learn how the Reactive Extensions (Rx) complement this feature set, adding the notion of multi-value asynchronous observable sequences with full-fledged LINQ support. In this demo-intensive session, we will sketch out the asynchronous and event programming landscape, and dive into the unique role played by Rx. After explaining the design philosophy of Rx and its layered architecture, we will cover the rich set of query operators that enable complex event processing. Next, the synergy between Rx and the TPL functionality is discussed, also touching upon leveraging Rx from Metro-style applications. Democratizing event processing starts today!</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 01:48:51 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 01:48:51 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[Reasonable presentaion 3&#47;5<br>Got some good tips.<p>posted by Dave</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634764891749409204</link>
		<pubDate>Thu, 28 Jun 2012 14:06:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634764891749409204</guid>
		<dc:creator>Dave</dc:creator>
	</item>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[Very nice demo of Rx with a not so obvious&#47;cliche demo, the kinect demo idea was really cool &#59;-&#41;<br><br>Cheers, Martin<p>posted by Martin Rosselle</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634766016002472023</link>
		<pubDate>Fri, 29 Jun 2012 21:20:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634766016002472023</guid>
		<dc:creator>Martin Rosselle</dc:creator>
	</item>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[<p>Amazingly cool demo, especially the Kinect part.</p><p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634777610691240003</link>
		<pubDate>Fri, 13 Jul 2012 07:24:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634777610691240003</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[<p>Bart is SO NICE lol</p><p>posted by ccik</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634777827195785797</link>
		<pubDate>Fri, 13 Jul 2012 13:25:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634777827195785797</guid>
		<dc:creator>ccik</dc:creator>
	</item>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[<p>Great presentation, Bart.&nbsp; The use case for Kinect is great, and I have some ideas I can't stop thinking about ... but this forum isn't a great place for it.&nbsp; Is the cloud programmability team still hiring?</p><p>posted by Richard.Hein</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634781751931088608</link>
		<pubDate>Wed, 18 Jul 2012 02:26:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634781751931088608</guid>
		<dc:creator>Richard.Hein</dc:creator>
	</item>
	<item>
		<title>Re: Curing Your Event Processing Blues with Reactive Extensions (Rx)</title>
		<description>
			<![CDATA[Great presentation, Bart.  FYI, for those who are just using VS2010 with framework 4.0 and want to get the Dictionary example going, you can still do this but you have to use the FromAsyncPattern&#40;&#41; method.  Also be sure when you create your service reference to the dictService that you mark it as async in the advanced properties.  <br><br>The main change will be the following line&#58;<br><br>var dictWords &#61; Observable.FromAsyncPattern&#60;string, string, string, DictionaryWebService.DictionaryWord&#91;&#93;&#62;&#40;svc.BeginMatchInDict, svc.EndMatchInDict&#41;&#59;<br><br><p>posted by Kevin Haynie</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634820443761570142</link>
		<pubDate>Fri, 31 Aug 2012 21:12:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV413#c634820443761570142</guid>
		<dc:creator>Kevin Haynie</dc:creator>
	</item>
</channel>
</rss>