<?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 for //TODO: - Chris Marinos&#039; Blog</title>
	<atom:link href="http://chrismarinos.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismarinos.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Apr 2012 15:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on F# Performance Testing: F# Types vs Structs and Classes by Bohdan Trotsenko</title>
		<link>http://chrismarinos.com/f-performance-testing-f-types-vs-structs-and-classes/comment-page-1/#comment-6626</link>
		<dc:creator>Bohdan Trotsenko</dc:creator>
		<pubDate>Tue, 17 Apr 2012 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/chrismarinos/archive/2009/04/10/f-performance-testing-f-types-vs-structs-and-classes.aspx#comment-6626</guid>
		<description>Minor note: call Thread.Sleep(0) before testing. The duration of the test should &lt; 40ms. Test k times, pick the smallest number only. Bigger numbers mean there was a thread context switch.

Major note: 
You should measure the duration of n * f(). (vs. n times testing duration of f())
The duration of n * f() = n * actual_duration + n * looping_overhead + general_overhead; So, test for n = 2000, n = 3000, n = 4000 and solve the 3-eq system.</description>
		<content:encoded><![CDATA[<p>Minor note: call Thread.Sleep(0) before testing. The duration of the test should &lt; 40ms. Test k times, pick the smallest number only. Bigger numbers mean there was a thread context switch.</p>
<p>Major note:<br />
You should measure the duration of n * f(). (vs. n times testing duration of f())<br />
The duration of n * f() = n * actual_duration + n * looping_overhead + general_overhead; So, test for n = 2000, n = 3000, n = 4000 and solve the 3-eq system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Reasons to use F# Interactive in Visual Studio 2010 by john</title>
		<link>http://chrismarinos.com/5-reasons-to-use-f-interactive-in-visual-studio-2010/comment-page-1/#comment-2932</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 26 Oct 2011 00:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/5-reasons-to-use-f-interactive-in-visual-studio-2010/#comment-2932</guid>
		<description>Now thanks to Roslyn (still CTP), you can have access to C# Interactive
http://www.microsoft.com/download/en/details.aspx?id=27746</description>
		<content:encoded><![CDATA[<p>Now thanks to Roslyn (still CTP), you can have access to C# Interactive<br />
<a href="http://www.microsoft.com/download/en/details.aspx?id=27746" rel="nofollow">http://www.microsoft.com/download/en/details.aspx?id=27746</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Chris Marinos</title>
		<link>http://chrismarinos.com/about/comment-page-1/#comment-2821</link>
		<dc:creator>Chris Marinos</dc:creator>
		<pubDate>Tue, 18 Oct 2011 21:58:11 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2821</guid>
		<description>I&#039;d love to come speak at the SF F# user group some time. I&#039;ll follow up via twitter/email!</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to come speak at the SF F# user group some time. I&#8217;ll follow up via twitter/email!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Mathias</title>
		<link>http://chrismarinos.com/about/comment-page-1/#comment-2811</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Tue, 18 Oct 2011 04:37:22 +0000</pubDate>
		<guid isPermaLink="false">http:/?page_id=2#comment-2811</guid>
		<description>Hey Chris,
Couldn&#039;t find an email address to reach you directly, so here I go! I enjoyed your recent piece on F# + MVVM, and attended a presentation where someone went over the F# Koans, which is a very nice idea. 
I noticed on your twitter feed that you traveled not so long ago to California, any chance we can get you to talk at the SF F# user group www.sfsharp.org ?
Cheers,
Mathias</description>
		<content:encoded><![CDATA[<p>Hey Chris,<br />
Couldn&#8217;t find an email address to reach you directly, so here I go! I enjoyed your recent piece on F# + MVVM, and attended a presentation where someone went over the F# Koans, which is a very nice idea.<br />
I noticed on your twitter feed that you traveled not so long ago to California, any chance we can get you to talk at the SF F# user group <a href="http://www.sfsharp.org" rel="nofollow">http://www.sfsharp.org</a> ?<br />
Cheers,<br />
Mathias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Async Examples in F# &#8211; Part 3 by C# Async Examples in F# &#8211; Part 1 &#124; //TODO: - Chris Marinos&#039; Blog</title>
		<link>http://chrismarinos.com/c-async-examples-in-f-part-3/comment-page-1/#comment-2689</link>
		<dc:creator>C# Async Examples in F# &#8211; Part 1 &#124; //TODO: - Chris Marinos&#039; Blog</dc:creator>
		<pubDate>Thu, 06 Oct 2011 20:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/?p=318#comment-2689</guid>
		<description>[...] C# Async Examples in F# &#8211; Part 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] C# Async Examples in F# &#8211; Part 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Async Examples in F# &#8211; Part 3 by C# Async Examples in F# &#8211; Part 2 &#124; //TODO: - Chris Marinos&#039; Blog</title>
		<link>http://chrismarinos.com/c-async-examples-in-f-part-3/comment-page-1/#comment-2688</link>
		<dc:creator>C# Async Examples in F# &#8211; Part 2 &#124; //TODO: - Chris Marinos&#039; Blog</dc:creator>
		<pubDate>Thu, 06 Oct 2011 20:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/?p=318#comment-2688</guid>
		<description>[...] C# Async Examples in F# &#8211; Part 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] C# Async Examples in F# &#8211; Part 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Async Examples in F# &#8211; Part 1 by C# Async Examples in F# &#8211; Part 3 &#124; //TODO: - Chris Marinos&#039; Blog</title>
		<link>http://chrismarinos.com/c-async-examples-in-f-part-1/comment-page-1/#comment-2687</link>
		<dc:creator>C# Async Examples in F# &#8211; Part 3 &#124; //TODO: - Chris Marinos&#039; Blog</dc:creator>
		<pubDate>Thu, 06 Oct 2011 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/?p=296#comment-2687</guid>
		<description>[...] C# Async Examples in F# &#8211; Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] C# Async Examples in F# &#8211; Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Five Reasons the Java Posse Roundup was Awesome (from a &#8220;.NET guy&#8221;) by Meine Top 5 Podcasts &#124; Accso Blog</title>
		<link>http://chrismarinos.com/five-reasons-the-java-posse-roundup-was-awesome-from-a-net-guy/comment-page-1/#comment-2420</link>
		<dc:creator>Meine Top 5 Podcasts &#124; Accso Blog</dc:creator>
		<pubDate>Fri, 02 Sep 2011 10:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/five-reasons-the-java-posse-roundup-was-awesome-from-a-net-guy/#comment-2420</guid>
		<description>[...] Aufzeichnungen der Java-Posse-Roundup-Conference (als OpenSpace -Konferenz offenbar ein Erlebnis ) fokussieren sich um jeweils ein inhaltliches Thema wie „Functional Testing“ oder „Modules [...]</description>
		<content:encoded><![CDATA[<p>[...] Aufzeichnungen der Java-Posse-Roundup-Conference (als OpenSpace -Konferenz offenbar ein Erlebnis ) fokussieren sich um jeweils ein inhaltliches Thema wie „Functional Testing“ oder „Modules [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Reasons to use F# Interactive in Visual Studio 2010 by DenkZEIT : Disable exceptions in Visual Studio programamtically</title>
		<link>http://chrismarinos.com/5-reasons-to-use-f-interactive-in-visual-studio-2010/comment-page-1/#comment-2387</link>
		<dc:creator>DenkZEIT : Disable exceptions in Visual Studio programamtically</dc:creator>
		<pubDate>Sat, 27 Aug 2011 18:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/5-reasons-to-use-f-interactive-in-visual-studio-2010/#comment-2387</guid>
		<description>[...] I could get my feet wet with, I realized the possibilities for automating VisualStudio by using F# Interactive (a F# console that can also be used inside Visual Studio &#8211; the other way would be to call fsi [...]</description>
		<content:encoded><![CDATA[<p>[...] I could get my feet wet with, I realized the possibilities for automating VisualStudio by using F# Interactive (a F# console that can also be used inside Visual Studio &#8211; the other way would be to call fsi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Async Examples in F# &#8211; Part 2 by C# Async Examples in F# &#8211; Part 1 &#124; //TODO: - Chris Marinos&#039; Blog</title>
		<link>http://chrismarinos.com/c-async-examples-in-f-part-2/comment-page-1/#comment-2300</link>
		<dc:creator>C# Async Examples in F# &#8211; Part 1 &#124; //TODO: - Chris Marinos&#039; Blog</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://chrismarinos.com/?p=306#comment-2300</guid>
		<description>[...] //TODO: &#8211; Chris Marinos&#039; Blog    Skip to content AboutOpen Source       &#171; Five Reasons the MVP Summit was Awesome C# Async Examples in F# &#8211; Part 2 &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] //TODO: &#8211; Chris Marinos&#039; Blog    Skip to content AboutOpen Source       &laquo; Five Reasons the MVP Summit was Awesome C# Async Examples in F# &#8211; Part 2 &raquo; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

