<?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: F#: Wrapping .NET library calls</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: F#: Tacit programming at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-36511</link>
		<dc:creator>F#: Tacit programming at Mark Needham</dc:creator>
		<pubDate>Mon, 10 May 2010 23:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-36511</guid>
		<description>[...] define function signatures. It is possible to push the place at which we need to do this by writing F# functions to wrap those C# method calls but at some stage we&#039;ll explicitly define a function signature: let getWriteableProperties = [...]</description>
		<content:encoded><![CDATA[<p>[...] define function signatures. It is possible to push the place at which we need to do this by writing F# functions to wrap those C# method calls but at some stage we&#39;ll explicitly define a function signature: let getWriteableProperties = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Word Count &#8211; A somewhat failed attempt at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-28507</link>
		<dc:creator>F#: Word Count &#8211; A somewhat failed attempt at Mark Needham</dc:creator>
		<pubDate>Thu, 17 Dec 2009 17:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-28507</guid>
		<description>[...] previously written about wrapping .NET library calls and I was doing this quite a lot when I started writing this [...]</description>
		<content:encoded><![CDATA[<p>[...] previously written about wrapping .NET library calls and I was doing this quite a lot when I started writing this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Values, functions and DateTime at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-20512</link>
		<dc:creator>F#: Values, functions and DateTime at Mark Needham</dc:creator>
		<pubDate>Sat, 25 Jul 2009 04:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-20512</guid>
		<description>[...] of the things I&#039;ve noticed recently in my playing around with F# is that when we decide to wrap calls to the .NET DateTime methods there is a need to be quite careful that we are wrapping those calls [...]</description>
		<content:encoded><![CDATA[<p>[...] of the things I&#8217;ve noticed recently in my playing around with F# is that when we decide to wrap calls to the .NET DateTime methods there is a need to be quite careful that we are wrapping those calls [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Link Post 102 &#171; Rhonda Tipton&#8217;s WebLog</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-20315</link>
		<dc:creator>Weekly Link Post 102 &#171; Rhonda Tipton&#8217;s WebLog</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-20315</guid>
		<description>[...] Mark Needham has posted some good F# articles: Feedburner graph creator &#124; Wrapping .NET library calls&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Mark Needham has posted some good F# articles: Feedburner graph creator | Wrapping .NET library calls&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F#: Active patterns for parsing xml at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-20289</link>
		<dc:creator>F#: Active patterns for parsing xml at Mark Needham</dc:creator>
		<pubDate>Sun, 19 Jul 2009 02:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-20289</guid>
		<description>[...] continued using the idea of creating F# functions to wrap C# style method calls with the &#039;Entries&#039; function which delegates to the &#039;Entries&#039; property on &#039;FeedBurnerApi&#039; which [...]</description>
		<content:encoded><![CDATA[<p>[...] continued using the idea of creating F# functions to wrap C# style method calls with the &#8216;Entries&#8217; function which delegates to the &#8216;Entries&#8217; property on &#8216;FeedBurnerApi&#8217; which [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.markhneedham.com/blog/2009/07/12/f-wrapping-net-library-calls/comment-page-1/#comment-20104</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1444#comment-20104</guid>
		<description>&lt;strong&gt;F#: Wrapping .NET library calls - Mark Needham...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>F#: Wrapping .NET library calls &#8211; Mark Needham&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

