<?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 - Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/4/9/2/3/1/5/VanGoghDeSmetSystemInteractive_512_ch9.png</url>
		<title>Channel 9 - Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
		<link></link>
	</image>
	<description> With the recent release of the Reactive Extensions for .NET (Rx) on DevLabs, you’ll hear quite a bit about reactive programming, based on the IObservable&amp;lt;T&amp;gt; and IObserver&amp;lt;T&amp;gt; interfaces. A great amount of resources are available right here&amp;nbsp;on Channel 9. The&amp;nbsp;dual of the System.Reactive assembly is System.Interactive, which provides&amp;nbsp;several extensions to the LINQ Standard Query Operators for IEnumerable&amp;lt;T&amp;gt;.Here, software developers&amp;nbsp;Jeffrey Van Gogh and&amp;nbsp;Bart de Smet dual it out at the whiteboard and laptop to teach us all about System.Interactive. Pay attenion, take notes, fire up Visual Studio and play along. Thanks to Jeffrey and Bart for taking the time to drop by the C9 studio to provide a great lesson for developers interested in reactive programming with the .NET framework via Reactive Extensions. Tune in. Enjoy. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 07:02:03 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 07:02:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
		<description>
			<![CDATA[
<p>Awesome.&nbsp;Bart's B# blog is a constant source of happy head scratching and tinkerings for me.
</p>
<p>posted by tomkirbygreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977149280000000</link>
		<pubDate>Tue, 29 Dec 2009 20:22:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977149280000000</guid>
		<dc:creator>tomkirbygreen</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
		<description>
			<![CDATA[
<p>I like what you've done with Do and Run and how you can use them independently and together to inject side-effects and force evaluation. I'll need to update Extensia and take out Do. It's a shame that you can't put the extensions into Enumerable but I expect
 this will be fixed once Rx matures and you are ready to fold it into the BCL.</p>
<p>&nbsp;</p>
<p>Thanks for explaining the reasoning behind- and motivation for Materialize/Dematerialize, it makes more sense now.</p>
<p>&nbsp;</p>
<p>It looks like you also&nbsp;have a notion of critical exceptions, also nice and useful: if you really don't want to bother the user (or yourself) unless the whole world is crashing down.</p>
<p>&nbsp;</p>
<p>Now that C# has some a dependency on IEnumerable/IEnumerator, I wonder if it would also benefit from IObservable/IObserver - but maybe not. One example of course is
<em>using </em>which already &quot;supports&quot; IO by simply disposing an IO subscription.</p>
<p>&nbsp;</p>
<p>Please do keep us posted on native and Javascript variants and on how you are using Rx internally, although I suspect we'll see much more about that once Rx/c&#43;&#43; has come about.</p>
<p>&nbsp;</p>
<p>Also, where do these marble diagrams come from. I've not seen them used elsewhere, can you point to literature?</p>
<p>posted by exoteric</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977430400000000</link>
		<pubDate>Wed, 30 Dec 2009 04:10:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977430400000000</guid>
		<dc:creator>exoteric</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
		<description>
			<![CDATA[
<p>I can´t wait to get my hands on this. Nice presentation. Thanks.</p>
<p>posted by Flynn0r</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977725060000000</link>
		<pubDate>Wed, 30 Dec 2009 12:21:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633977725060000000</guid>
		<dc:creator>Flynn0r</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive</title>
		<description>
			<![CDATA[
<p>Hi folks,</p>
<p>&nbsp;</p>
<p>Thanks for watching. For more context, have a look at my <a href="http://blogs.bartdesmet.net/blogs/bart/archive/tags/Rx/default.aspx">
recent (and upcoming)&nbsp;posts on my blog</a>, covering Rx and System.Interactive. Let us know if you have further questions and have a good 2010!</p>
<p>&nbsp;</p>
<p>Hope this helps,</p>
<p>-Bart</p>
<p>posted by bdesmet</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633978522960000000</link>
		<pubDate>Thu, 31 Dec 2009 10:31:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Jeffrey-Van-Gogh-and-Bart-De-Smet-Inside-SystemInteractive#c633978522960000000</guid>
		<dc:creator>bdesmet</dc:creator>
	</item>
</channel>
</rss>