<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mapping the Reactive Framework (Rx) operators for F#</title>
	<atom:link href="http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/</link>
	<description>This Blog is about Microsoft Dynamics NAV (f.k.a Navision incl. C/SIDE and C/AL), C#, F# and .NET in general.</description>
	<lastBuildDate>Sat, 28 Aug 2010 16:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joel</title>
		<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/comment-page-1/#comment-108499</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/#comment-108499</guid>
		<description>Bah, it ate my angle brackets.</description>
		<content:encoded><![CDATA[<p>Bah, it ate my angle brackets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/comment-page-1/#comment-108498</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/#comment-108498</guid>
		<description>As of .NET 4 RTM, you can replace your implementation of fromEvent with this much more efficient version:

&lt;code&gt;let inline fromEvent (event:IEvent) =
    event :&gt; IObservable&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>As of .NET 4 RTM, you can replace your implementation of fromEvent with this much more efficient version:</p>
<p><code>let inline fromEvent (event:IEvent) =<br />
    event :&gt; IObservable</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Diversion &#124; Wizards of Smart</title>
		<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/comment-page-1/#comment-108398</link>
		<dc:creator>A Diversion &#124; Wizards of Smart</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/#comment-108398</guid>
		<description>[...] FSharp.Reactive (this is mostly from Steffen Forkmann) [...]</description>
		<content:encoded><![CDATA[<p>[...] FSharp.Reactive (this is mostly from Steffen Forkmann) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Observing asynchronous downloads with F# and the Reactive Extensions for .NET &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</title>
		<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/comment-page-1/#comment-105536</link>
		<dc:creator>Observing asynchronous downloads with F# and the Reactive Extensions for .NET &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/#comment-105536</guid>
		<description>[...] one of my lasts posts I showed how we can transform some of the operators from the Reactive Framework for an easier use in F#. This time I will demonstrate how we can use this API and asynchronous workflows to download a [...]</description>
		<content:encoded><![CDATA[<p>[...] one of my lasts posts I showed how we can transform some of the operators from the Reactive Framework for an easier use in F#. This time I will demonstrate how we can use this API and asynchronous workflows to download a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generating an IObservable&#60;T&#62; from an IEvent in F# &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</title>
		<link>http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/comment-page-1/#comment-104593</link>
		<dc:creator>Generating an IObservable&#60;T&#62; from an IEvent in F# &#187; Rash thoughts about .NET, C#, F# and Dynamics NAV.</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2009/11/23/mapping-the-reactive-framework-rx-operators-for-f/#comment-104593</guid>
		<description>[...] I showed how we can map some of the Rx operators to an API which looks more like the F# base classes. Today I wanted to use these mapped operators in a WPF-application written in [...]</description>
		<content:encoded><![CDATA[<p>[...] I showed how we can map some of the Rx operators to an API which looks more like the F# base classes. Today I wanted to use these mapped operators in a WPF-application written in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
