<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by GregHines</title>
    <description>Stories kicked by GregHines</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Building an F# powered indexing system (part 2)</title>
      <description>The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library.  There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f12%2fbuilding-an-f-powered-indexing-system-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f12%2fbuilding-an-f-powered-indexing-system-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system_part_2</guid>
      <pubDate>Wed, 14 May 2008 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Beware of List(T).Find </title>
      <description>Llist(t).Find returns the first element found that matches a given criteria,  but what happens if no such element found? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f13%2fbeware-of-listtfind%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f13%2fbeware-of-listtfind%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Beware_of_List_T_Find</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Beware_of_List_T_Find</guid>
      <pubDate>Tue, 13 May 2008 22:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Building an F# powered indexing system</title>
      <description>When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch.  Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application's source with a sort of &amp;quot;here's how it was built&amp;quot; narrative.  So that's what I'm going to do! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f07%2fbuilding-an-f-powered-indexing-system%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f05%2f07%2fbuilding-an-f-powered-indexing-system%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_an_F_powered_indexing_system</guid>
      <pubDate>Thu, 08 May 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Out parameters suck, tuples rule, F# wins</title>
      <description>The TryParse method found on many value types is nice and useful.  Unfortunately, you're forced to use out parameters to make use of them.  Ugh. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f04%2f08%2ftuples-rock-my-world%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f04%2f08%2ftuples-rock-my-world%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Out_parameters_suck_tuples_rule_F_wins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Out_parameters_suck_tuples_rule_F_wins</guid>
      <pubDate>Wed, 16 Apr 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A basic NamedLock class</title>
      <description>Here's a bit of code I extracted from my own special baby of an application.  It allows me to lock on a specific &amp;quot;name&amp;quot;, rather than having to use an object instance and the built in lock construct.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f01%2f30%2fa-basic-namedlock-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftryingthisagain.com%2f2008%2f01%2f30%2fa-basic-namedlock-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_basic_NamedLock_class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_basic_NamedLock_class</guid>
      <pubDate>Wed, 30 Jan 2008 23:49:44 GMT</pubDate>
    </item>
  </channel>
</rss>