<?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 - E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/459092_100x75.jpg</url>
		<title>Channel 9 - E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<link></link>
	</image>
	<description>Software Developer extraordinaire and language compiler geek Wes Dyer and programming language design guru and LINQ co-creator Erik Meijer dig into the Reactive Framework (Rx). This is part 2 of 2. See part 1

here.Here, Erik and Wes continue their discussion on the core ideas behind Rx. Rx is deep (as in profound), as you must have gathered by now. Erik, of course, continues to keep the theoretical basis of all this squarely front and center so we understand the relationship
 between principles and practice.Enjoy! </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 00:22:25 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 00:22:25 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Still watching but I must say already that the IO&lt;IO&lt;T&gt;&gt; has something extremely satisfying about it. Very simple (well, superficially so).</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897658120000000</link>
		<pubDate>Mon, 28 Sep 2009 20:16:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897658120000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Let's be honest, wouldn't you just love to be in the room during one of these white board sessions! I know envys not a good thing per say&nbsp;- but you folks who get to work along side Erik et al... Wow.</p>
<p>posted by tomkirbygreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897663990000000</link>
		<pubDate>Mon, 28 Sep 2009 20:26:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897663990000000</guid>
		<dc:creator>tomkirbygreen</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Agreed. But, then again, by releasing (and filming these in the first place) this is exactly what we are doing (bringing into the room). Think &quot;fly on a wall&quot;. Some day, we will transport you right into the room as it is unfolding in real time. Some day
 (not science fiction...).</p>
<p>&nbsp;</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897669220000000</link>
		<pubDate>Mon, 28 Sep 2009 20:35:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897669220000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Thanks much C, Erik, and Wes.&nbsp; Another great 2 part.&nbsp; Naturally, I am thinking away about how you might bring this into ADO.Net Data Services (et al).&nbsp; Say I wanted to get notified each time someone does an update or delete on specific condition, etc.&nbsp; I
 can see how you may do this on the service end inside&nbsp;a method, but am wondering about the comm channel.&nbsp; Because of firewalls and the http request/reply pattern, you still end up with essentially a client-side pull&nbsp;model instead of a pure push model.&nbsp; Maybe
 that is just&nbsp;something&nbsp;we have to live with&nbsp;in a distributed environment.&nbsp;&nbsp;That said, any ideas on this subject?&nbsp; You can abstract the server side Push by having some kind of timer on the client side that pulls stuff down from a server's observable queue.&nbsp;&nbsp;
 However,&nbsp;things like background timer tasks and what is the correct amount of time between pulls, message ordering&nbsp;starts to get messy.&nbsp; Any new&nbsp;ideas in the network side of this&nbsp;<strong>Beauty</strong>? It is really cool to find the&nbsp;ONE.&nbsp; Because now you
 can standardize on this for all async Push - Sql Notifications based on Linq queries, Ado.Net Data Services notifications, all .Net services, Windows Services, devices, .Net MicroFramework, .Net POS, etc.&nbsp;&nbsp;&nbsp; Great work.&nbsp;</p>
<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897729670000000</link>
		<pubDate>Mon, 28 Sep 2009 22:16:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897729670000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Second question.&nbsp; Do you think there will be a way to remote the observer query to the server, so the server processes any Where clause to reduce unneeded traffic on the wire?&nbsp; Example, send me X where Y&nbsp;&lt;=&nbsp;2&nbsp;|| Y &gt;1000
</p>
<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897850860000000</link>
		<pubDate>Tue, 29 Sep 2009 01:38:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897850860000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Well I think there would be some restrictions (on types that can be used and method calls), that could be passed to the server.&nbsp; But look at what ..net ria services, what it&nbsp;does&nbsp;is it takes the IQueryable&nbsp;expression tree and serializes it&nbsp;directly and sends
 it off to the server.&nbsp; IQueryable is&nbsp;just expression trees that havnt been compiled into a function that returns an IEnumerable yet.&nbsp; I am sure they could have a simlar thing in IObservable that would have interfaces like&nbsp; IRequestable Select&lt;source,result&gt;(this
 IRequestable&nbsp;, Expression&lt;Func&lt;source,result&gt;&gt; ).&nbsp; I dont know quite what they would call it though.&nbsp; IQueryable unforchantly derives from IEnumerable, but otherwise it would be identical in its signatures.&nbsp; IQueryable assumes that something is going to serialize
 it to pass it to something else for proccessing.&nbsp; In the case of observables you would be assuming something is going to serialize it to do the proccessing (filtering or other proccessing) remotely.&nbsp; Maybe something like you can pass it up to the server and
 have it tell you when some specific row of a database table changes, or off to active directory to let you know when some user&nbsp;gets locked out.&nbsp; All the server does is provide you with access to everything you have access to as one giant IObservable, and then
 the client can select (and filter)&nbsp;the type of events it wishes to listen to, and only those are sent down.</p>
<p>&nbsp;</p>
<p>Also intresting to think about this in terms of a UI framework.&nbsp; Where the framework itself has one giant IObserable which sends a new value every time the mouses moves or keyboard is pressed, and it hands off to all its children .Where(...) verions of the
 giant IObserable that filter for just its selected area of the screen or currently selected&nbsp;child&nbsp;(which then wraps its children in another .Where).&nbsp; In the end you dont need to even test do any hitbox testing or anything, everything just flows down stream.&nbsp;
 I spose most UI frameworks like WPF already do this with thier visual tree's just invoking methods on a child of a known type (like UIElement), but when you look at the 100's of On... overrideable method calls, you got to wonder if filtering only what you
 need&nbsp;might be a better option.&nbsp; Where they dont have to keep extending the base class to add additional method calls, and instead add new derived event types that return more specific infromation if you want that extra info.&nbsp; Or say your a team like Microsoft
 Surface that has some specific type of &quot;new&quot; interaction&nbsp;events you want to pass to your children based on specific&nbsp;proprietary hardware.&nbsp; In the current WPF, this is very hard/impossible (I think they derived thier own UIElement type and force&nbsp;all thier children
 had to derive from that to get the new events).</p>
<p>posted by cdwatkins</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897975440000000</link>
		<pubDate>Tue, 29 Sep 2009 05:05:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633897975440000000</guid>
		<dc:creator>cdwatkins</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Charles, do you think it possible to get perhaps a type proliferation overview, maybe in interview format, talking about where you plan to retrofit these types as well as possibly in what order. I imagine this will be a big undertaking as it basically amounts
 to every single instance of where you have an event today.</p>
<p>&nbsp;</p>
<p>I wonder if it wouldn't make sense to systematically and automatically retrofit all of .Net with these types, that is, using some naming convention, simply inject one IObservable property for every event. If I remember correctly, you're just using an event
 and holding a subscriber delegate to the event and on dispose you just remove the same delegate. So it should be a mechanical process to retrofit. This way we can also have this retrofitted to good old WF.</p>
<p>&nbsp;</p>
<p>Also, it would seem like this would have some interesting deeper implications for concurrency and coordination if we have parallel events going on and we coordinate them with these query combinators, hmm...</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898017960000000</link>
		<pubDate>Tue, 29 Sep 2009 06:16:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898017960000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>My guess unfortunately is they aren’t going to retrofit anything, at least initially.&nbsp; We would be lucky to get the IObservable interface in the BCL (and not just as an extension), although this might happen in .NET 4.0.&nbsp; If they actually went converted
 events to be IObservable’s they would break everyones code that depended on those events.&nbsp; Even if they rewrote the compiler somehow so the event keyword now MEANS IObservable, a lot of code would break (think of the IL changes on a different language).&nbsp; Ah
 well, the good thing is that at least all events can easily be converted into IObservable’s.</p>
<p>posted by cdwatkins</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898029380000000</link>
		<pubDate>Tue, 29 Sep 2009 06:35:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898029380000000</guid>
		<dc:creator>cdwatkins</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>No no no, you misread - or I used the word retrofit wrongly. The idea is to *add* an IObservable property to all classes where there is already an event. This would bring the meaning of Reactive Extensions to a whole new level, meaning Reactive Extensions
 *everywhere*.</p>
<p>&nbsp;</p>
<p>Charles: Maybe you should just rename the posts to Reactive Extensions for .Net: ...... to defuse confusion. Or I should just get to work now heh...</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898033250000000</link>
		<pubDate>Tue, 29 Sep 2009 06:42:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898033250000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Rx is really really cool <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> it will have as big an impact as linq-to-objects (or linq to enumerables really) had..</p>
<p>&nbsp;</p>
<p>what is crucial though is interop with exsisting stuff..&nbsp;tasks for example, or the event based calls in silverlight (not a big fan of those) or begin/end invoke, or events..</p>
<p>&nbsp;</p>
<p>there are stories for most of them but some are better than others, converting an event to an iobservable is somewhat clunky and involves magic strings (although there is type safe way of doing it to)</p>
<p>&nbsp;</p>
<p>i think what we'll see is a bunch of extension method libraries for getting iobservable versions of various events.. its to bad they didnt have this stuff when wpf was created <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by aL_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898180630000000</link>
		<pubDate>Tue, 29 Sep 2009 10:47:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898180630000000</guid>
		<dc:creator>aL_</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>I like the sound of that <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> </p>
<p>&nbsp;</p>
<p>To be clear, &quot;Reactive Extensions&quot; is not officially official, but is the direction the team &#43; marketing is going. I will leave the title as is for historical reasons <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> You will learn more about this technology as it grows. At some point, an official anouncement
 of some kind will emerge and a new name will be born.</p>
<p>&nbsp;</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898342830000000</link>
		<pubDate>Tue, 29 Sep 2009 15:18:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898342830000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>On the other hand, if syntax for creating observables from events is sufficiently easy, this may be overkill, hmm...</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898589730000000</link>
		<pubDate>Tue, 29 Sep 2009 22:09:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898589730000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Maybe I'm confused about your points regarding events, but the reactive framework adds extensions to wrap events, events are reactive anyway, the reason you would want 'iobservable' events is for the composition advantage they give.</p>
<p>&nbsp;</p>
<p>edit: the points regarding let at the end were interesting, but perhaps not really discussed properly, ie.. no practical example.</p>
<p>&nbsp;</p>
<p>Great video two parter tho, good ending <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' />.</p>
<p>posted by stevo_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898595030000000</link>
		<pubDate>Tue, 29 Sep 2009 22:18:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898595030000000</guid>
		<dc:creator>stevo_</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>You guys never got to Until (mentioned in part 1). Any follow up details? </p>
<p>&nbsp;</p>
<p>I also wish you'd talk more about Let. How is that implemented? Does it give you lazy computation? E.g. Haskell lets your write:</p>
<p>&nbsp;</p>
<p>&nbsp; zero = let x = x in 0</p>
<p>&nbsp;</p>
<p>And you won't get an infinite loop. Does Let allow somethign similar?</p>
<p>&nbsp;</p>
<p>Good stuff!</p>
<p>posted by Justin Bailey</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898601840000000</link>
		<pubDate>Tue, 29 Sep 2009 22:29:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898601840000000</guid>
		<dc:creator>Justin Bailey</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Not sure who you are addressing here but if me, then the point was to make the use of Rx have as low a syntactic overhead as possible. This is an example use of Rx I found,</p>
<p>&nbsp;</p>
<p><pre class="brush: csharp">IObservable&lt;Event&lt;MouseEventArgs&gt;&gt; mouseMoveEventObservable = Observable.FromEvent&lt;MouseEventArgs&gt;(myControl, “MouseMove”); mouseMoveEventObservable.Subscribe(...);</pre></p>
<p>&nbsp;</p>
<p>So looking at this it's not the sweetest syntax you could arrive at, but here the lacking use of type-inference is a culpit as well, so we make it a bit sweeter</p>
<p>&nbsp;</p>
<p><pre class="brush: csharp">var mouseMoveEventObservable = Observable.FromEvent&lt;MouseEventArgs&gt;(myControl, “MouseMove”); mouseMoveEventObservable.Subscribe(...);</pre></p>
<p>&nbsp;</p>
<p>Then finally the solution we would have wanted from the outset</p>
<p>&nbsp;</p>
<p><pre class="brush: csharp">myControl.MouseMove.Subscribe(...);</pre></p>
<p>&nbsp;</p>
<p>Clearly there is some syntactic overhead which will repreat itself in each and every program. Whether one actually cares about something like this is a different matter.</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898914760000000</link>
		<pubDate>Wed, 30 Sep 2009 07:11:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633898914760000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>This looks very good.</p>
<p>&nbsp;</p>
<p>I have a question: you mention that SelectMany &quot;merges&quot; event streams, and you have to use until make sure that you stop listening when a new event comes in (in the dictionary suggest example). I cannot think of an example where you'd NOT want to use until.
 So why isn't this the default behavior for SelectMany? Can you give an example where you'd want to have SelectMany to merge the event streams instead of switching to the most current one?</p>
<p>posted by Jules.dot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899171260000000</link>
		<pubDate>Wed, 30 Sep 2009 14:18:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899171260000000</guid>
		<dc:creator>Jules.dot</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Let is more like a local variable declaration in C# to force effects to happen once.</p>
<p>&nbsp;</p>
<p>If you do not want the side-effect of reading from the console twice:</p>
<p>&nbsp;</p>
<p><span></span>Console.WriteLine(Console.ReadLine() &#43; Console.ReadLine());</p>
<p>&nbsp;</p>
<p>you do it once by assigning the result to a local variable</p>
<p>&nbsp;</p>
<p><span></span>{&nbsp;<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; var s = Console.ReadLine();</p>
<p><span></span>&nbsp;Console.WriteLine(x&#43;x);</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</p>
<p>&nbsp;</p>
<p>In Haskell terms Let &nbsp;is actually very close to bind :: IO a -&gt; (a -&gt; IO b) -&gt; IO b in the IO monad; but in C# the IO monad is the ambient monad so you do not see it in the type.</p>
<p>posted by head.in.the.box</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899242630000000</link>
		<pubDate>Wed, 30 Sep 2009 16:17:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899242630000000</guid>
		<dc:creator>head.in.the.box</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>What you notice is that there is some boring boilerplate needed to make .NET events first class values. However, that is not something that you would expect consumers of types to write, instead, the producer of a type with events writes (or auto-generates)
 extension methods that do the conversions once.</p>
<p>&nbsp;</p>
<p>Of course it would be nice if there would be direct language support for this, but in general when you can do something &quot;good enough&quot; using a library, I am not sure that you want to increase the feature footprint of the language even more.</p>
<p>posted by head.in.the.box</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899245380000000</link>
		<pubDate>Wed, 30 Sep 2009 16:22:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899245380000000</guid>
		<dc:creator>head.in.the.box</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>You are correct that in most cases you use Until. However, imagine you are writing an application that collects payments. When you send out a billing statement, the payment comes back asynchronously. However, you do not want to drop the previous payment
 on the floor when you send out the next billing statement.</p>
<p>&nbsp;</p>
<p>In the &quot;marble diagram&quot; below, you want to collect both P1 and P0 that result from B0 and B1,&nbsp;even though&nbsp;they came back out of order:</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span></span>--B0------------B1-------------------------&gt;</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --------------------------P0.</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -----P1. &nbsp; &nbsp; &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp; ------------------------P1----P0-------------&gt;</p>
<p>posted by head.in.the.box</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899250240000000</link>
		<pubDate>Wed, 30 Sep 2009 16:30:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899250240000000</guid>
		<dc:creator>head.in.the.box</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>The reason we came up with Rx was exactly to deal with distributed computations.
</p>
<p>&nbsp;</p>
<p>The reasons why observable streams work so well in this context (and answers your question affermatively) is eloquently explained in this paper&nbsp;<a href="http://www.irisa.fr/asap/intranet/the-many-faces-of-publish-subscribe.pdf/">http://www.irisa.fr/asap/intranet/the-many-faces-of-publish-subscribe.pdf/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>posted by head.in.the.box</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899254120000000</link>
		<pubDate>Wed, 30 Sep 2009 16:36:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899254120000000</guid>
		<dc:creator>head.in.the.box</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>I see this example on the &quot;unfold&quot; blog that is probably the approach you recommend - and it looks quite forgivable</p>
<p>&nbsp;</p>
<p><pre class="brush: csharp">public static IObservable&lt;Event&lt;MouseButtonEventArgs&gt;&gt; GetMouseLeftButtonDown(this UIElement that) { return Observable.FromEvent&lt;MouseButtonEventArgs&gt;(that, &quot;MouseLeftButtonDown&quot;); } </pre></p>
<p>&nbsp;</p>
<p>The compositional nature of these things (&quot;IE&quot; &amp; &quot;IO&quot;) is very inspiring. Looking forward to the beta 2 drop, hopefully with Rx.</p>
<p>&nbsp;</p>
<p>It'll also be interesting to see the extension method proliferation in support of these new types. At least if a legacy API does not support it, one can always add support oneself.</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899436840000000</link>
		<pubDate>Wed, 30 Sep 2009 21:41:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899436840000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Thanks Erik.&nbsp; That was a good read.&nbsp; I see&nbsp;Birrell (of MSR and high priest) was referenced in that (RPC) paper.&nbsp; It would be cool if you could at some point do an expert-to-expert on this subject with him&nbsp;- as he also seems to have some background in distributed
 systems and concurrency (e.g. <a href="http://research.microsoft.com/en-us/projects/ame/default.aspx" target="_self">
Automatic Mutual Exclusion</a> project).&nbsp; Someone may enjoy following paper before bed - automatic mutual exclusion, multithreading, atomic fragments, transactions, c#,&nbsp;o my... :</p>
<p><a href="http://research.microsoft.com/en-us/projects/ame/ame-yielding-montanari.pdf">http://research.microsoft.com/en-us/projects/ame/ame-yielding-montanari.pdf</a></p>
<p>&nbsp;</p>
<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899582410000000</link>
		<pubDate>Thu, 01 Oct 2009 01:44:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899582410000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Great idea!</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899594910000000</link>
		<pubDate>Thu, 01 Oct 2009 02:04:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899594910000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p><a href="http://community.bartdesmet.net/blogs/bart/archive/2009/09/12/taming-your-sequence-s-side-effects-through-ienumerable-let.aspx">http://community.bartdesmet.net/blogs/bart/archive/2009/09/12/taming-your-sequence-s-side-effects-through-ienumerable-let.aspx</a></p>
<p>posted by MarcinNajder</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899989880000000</link>
		<pubDate>Thu, 01 Oct 2009 13:03:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633899989880000000</guid>
		<dc:creator>MarcinNajder</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Thinking about Erik's Fundamentalist Functional Programming talk at OSCON reminds me:&nbsp;</p>
<p>&nbsp;</p>
<p>DateTime.Now should be an IObservable&lt;DateTime&gt;!</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633902865160000000</link>
		<pubDate>Sun, 04 Oct 2009 20:55:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633902865160000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>Charles, </p>
<p>&nbsp;</p>
<p>Is there an expert-to-expert episode out there where CCR (Concurrency and Coordination Runtime)&nbsp;is compared to Rx?
</p>
<p>I would like to know of a specific similarities. May be Erik, from his functional and Rx perspective, can lead CCR discussion?
</p>
<p>I've heard CCR is very fast and I would like to know how Rx will fit into this concurency picture.</p>
<p>Can I apply both CCR and Rx? What would the best use case for&nbsp;CCR and Rx? Where one is better/worse than the other for concurrent apps?
</p>
<p>I watched how MySpace implemented CCR into their code, it was very interesting.
</p>
<p>posted by ivan_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633907275290000000</link>
		<pubDate>Fri, 09 Oct 2009 23:25:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633907275290000000</guid>
		<dc:creator>ivan_</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>There is no CCR vs Rx E2E, but there is an <a href="http://channel9.msdn.com/shows/Going&#43;Deep/Expert-to-Expert-Meijer-and-Chrysanthakopoulos-Concurrency-Coordination-and-the-CCR/">
Erik &#43; CCR creator</a> <a href="http://channel9.msdn.com/tags/George&#43;Chrysanthakopoulos" target="_blank">
George&nbsp;Chrysanthakopoulos</a>&nbsp;E2E... Great conversation, it is.</p>
<p>&nbsp;</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633907361090000000</link>
		<pubDate>Sat, 10 Oct 2009 01:48:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633907361090000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>If you are interested in hearing more about Rx make sure to attend my PDC (<a href="http://microsoftpdc.com/Sessions/VTL04">http://microsoftpdc.com/Sessions/VTL04</a>) or my QCON (<a href="http://qconsf.com/sf2009/speaker/Erik&#43;Meijer">http://qconsf.com/sf2009/speaker/Erik&#43;Meijer</a>)
 talks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://microsoftpdc.com/Sessions/VTL04"></a></p>
<p>posted by head.in.the.box</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633910580080000000</link>
		<pubDate>Tue, 13 Oct 2009 19:13:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633910580080000000</guid>
		<dc:creator>head.in.the.box</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>This seems very exciting stuff. </p>
<p>&nbsp;</p>
<p>Coming from the videogames industry I got fascinated by functional reactive programming, and started learning Haskell and FRP a couple of years ago.
</p>
<p>&nbsp;</p>
<p>C# is still my favorite language for writing production software, and it's great to see that my studies of Haskell &amp; FRP will now help me write better reactive C# code. I did not expect this FRP hobby of mine to actually be&nbsp;useful in C#! So many thanks guys!</p>
<p>&nbsp;</p>
<p>Now the FRP systems I looked at (Fran, Yampa, Fruit, Reactive) are side effect free; it will be interesting to see how easy it is to master Rx in the presence of side effects.</p>
<p>&nbsp;</p>
<p>One thing that seems unclear to me is if Rx uses times at which events happen, and how they are sorted. For example, in Conal Elliott's Reactive library you have a merge function that merges two event streams, ordering them by occurrence time, left-biased
 if two events happen at exactly the same time. &nbsp;Not sure how Rx handles that; I guess because it embraces side effects, it doesn't really care, since it is fully push based, what is pushed first is handled first?</p>
<p>&nbsp;</p>
<p>Really looking forward to play with it!</p>
<p>posted by Ziriax</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633919372810000000</link>
		<pubDate>Fri, 23 Oct 2009 23:28:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633919372810000000</guid>
		<dc:creator>Ziriax</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>I am trying to work out what advantages this has over classic tightly coupled event handling or asynchronous WCF service calls. The only thing I can think of is the merging of events via linq however, is this not achievable via a 'normal' messaging model
 such as msmq where by the queue is doing the merging of events/messages? An uglier example of this is having a&nbsp;session state aware&nbsp;WCF service. Am I missing the point and is this just another way of doing it with the advantage of being easier to implement
 so developers can concentrate on discovering the needs of a system rather implementing solutions to the problems the needs of the system produces?</p>
<p>&nbsp;</p>
<p>Regarding the problem with receiving non linear&nbsp;events and solving this with the until, how does this work when the observers are in&nbsp;distributed system like a cloud environment where the until would need to be able to block/dispose of processes on other
 physical/virtual machines? Unless the cloud is already doing the&nbsp;thread merging and I just haven't found out yet.</p>
<p>posted by danvonnewman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633930196250000000</link>
		<pubDate>Thu, 05 Nov 2009 12:07:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633930196250000000</guid>
		<dc:creator>danvonnewman</dc:creator>
	</item>
	<item>
		<title>Re: E2E: Erik Meijer and Wes Dyer - Reactive Framework (Rx) Under the Hood 2 of 2</title>
		<description>
			<![CDATA[
<p>WOW ... TKX Charles .... this was simple an amazing video to watch. And YES Erik Rx is both elegant and mathematically correct (just like LINQ) BUT PLEASEEEE do not retire.
<span id="ctl00_MainPlaceHolder_Starter_BodyLabel">Wes Dyer dude u rock too bro ... and I am jealous u get to work with Erik <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /></span></p>
<p>&nbsp;</p>
<p>THANKS again Charles/Erik for putting togather the E2E series and allowing us, &quot;the App Develpers&quot; really learn more about language design and how stuff is actually implemented behind the scenes.</p>
<p>&nbsp;</p>
<p>p.s.&nbsp; I introduced these videos to my hard core Java developers and they are slowly but surely getting warmed up to the beauty of C# and .NET in general <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> just love it.</p>
<p>posted by Mohamoud</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633941238820000000</link>
		<pubDate>Wed, 18 Nov 2009 06:51:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/E2E-Erik-Meijer-and-Wes-Dyer-Reactive-Framework-Rx-Under-the-Hood-2-of-2#c633941238820000000</guid>
		<dc:creator>Mohamoud</dc:creator>
	</item>
</channel>
</rss>