<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sjclark76</title>
    <description>Stories kicked by sjclark76</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>ScottGu: Introducing "Razor" - a new view engine for ASP.NET</title>
      <description>&amp;quot;ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options.  The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.  Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f07%2f02%2fintroducing-razor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_Introducing_Razor_a_new_view_engine_for_ASP_NET</guid>
      <pubDate>Mon, 05 Jul 2010 16:30:51 GMT</pubDate>
    </item>
    <item>
      <title>IIS Express</title>
      <description>If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2010%2f07%2fiis-express.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Express_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Express_1</guid>
      <pubDate>Thu, 01 Jul 2010 14:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape WPF Themes released</title>
      <description>Mindscape have released a suite of WPF themes to help developers deliver attractive applications faster than ever before. All source code is included so that UI tweaks can be made to create your own style or leave them as they are to have an Office 2007 style or Expression Blend look and feel.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f12%2f10%2fwpf-themes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f12%2f10%2fwpf-themes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Mindscape_WPF_Themes_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Mindscape_WPF_Themes_released</guid>
      <pubDate>Fri, 11 Dec 2009 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Git's guts: Branches, HEAD, and fast-forwards</title>
      <description>Lets get some learning done. There are a few questions that keep cropping up when I introduce people to Git, so I thought I'd post some answers as a mini-series of blog posts. I'll cover some fundamentals, while trying not to retread too much ground that the fantastic Git community book already covers so well. Instead I'm going to talk about things that should help you understand what you and Git are doing day-to-day. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjagregory%2farchive%2f2009%2f11%2f25%2fgit-s-guts-branches-head-and-fast-forwards.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjagregory%2farchive%2f2009%2f11%2f25%2fgit-s-guts-branches-head-and-fast-forwards.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Git_s_guts_Branches_HEAD_and_fast_forwards</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Git_s_guts_Branches_HEAD_and_fast_forwards</guid>
      <pubDate>Thu, 26 Nov 2009 16:58:11 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With NServiceBus: Part 4 Integrating With StructureMap</title>
      <description>A simple walkthrough on how to StructureMap &amp;amp; NServiceBus. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d331"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d331" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_4_Integrating_With_StructureMap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_4_Integrating_With_StructureMap</guid>
      <pubDate>Wed, 04 Nov 2009 03:01:26 GMT</pubDate>
    </item>
    <item>
      <title>	Getting Started With NServiceBus: Part 3 Sagas</title>
      <description>A simple walkthrough on how to implement Sagas using NServiceBus in a self hosted service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d247"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d247" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/	Getting_Started_With_NServiceBus_Part_3_Sagas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/	Getting_Started_With_NServiceBus_Part_3_Sagas</guid>
      <pubDate>Wed, 04 Nov 2009 02:59:47 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With NServiceBus: Part 2 Publishing And Subscribing</title>
      <description>A simple walkthrough on how to implement a publisher and subscriber using NServiceBus in a self hosted service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d234"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d234" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_2_Publishing_And_Subscribing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_2_Publishing_And_Subscribing</guid>
      <pubDate>Wed, 04 Nov 2009 01:52:55 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With NServiceBus: Part 1 Unicast Messaging</title>
      <description>A simple walkthrough on how to implement simple unicast messaging using NServiceBus in a self hosted service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d197"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d197" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_1_Unicast_Messaging</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Getting_Started_With_NServiceBus_Part_1_Unicast_Messaging</guid>
      <pubDate>Wed, 04 Nov 2009 01:51:17 GMT</pubDate>
    </item>
    <item>
      <title>Sorting an ASP.NET GridView with a DataTable DataSource</title>
      <description>When using a DateTable as your Data Source for an ASP.NET GridView you have to implement the sorting event method manually. Here is a quick and easy example how to accomplish this using the DefaultView of the DataTable. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkylehowlett.blogspot.com%2f2009%2f10%2fsorting-aspnet-gridview-with-datatable.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkylehowlett.blogspot.com%2f2009%2f10%2fsorting-aspnet-gridview-with-datatable.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Sorting_an_ASP_NET_GridView_with_a_DataTable_DataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Sorting_an_ASP_NET_GridView_with_a_DataTable_DataSource</guid>
      <pubDate>Tue, 27 Oct 2009 22:48:56 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring Switch Statements With StructureMap</title>
      <description>How to apply the open closed principle to your code by using an IOC container (Structuremap) to get rid of your switch statements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d178"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d178" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Refactoring_Switch_Statements_With_StructureMap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Refactoring_Switch_Statements_With_StructureMap</guid>
      <pubDate>Tue, 27 Oct 2009 21:14:06 GMT</pubDate>
    </item>
    <item>
      <title>Free Code Similarity Finder - CopyPasteKiller</title>
      <description>Free tool helps C# and VB.NET developers find large chunks of similar code so they can be refactored. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nitriq.com%2fCopyPasteKillerFreeCodeSimilarityFinder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nitriq.com%2fCopyPasteKillerFreeCodeSimilarityFinder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Free_Code_Similarity_Finder_CopyPasteKiller</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Free_Code_Similarity_Finder_CopyPasteKiller</guid>
      <pubDate>Tue, 27 Oct 2009 15:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Multiple web.config versions</title>
      <description>Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f03%2fvisual-studio-2010-multiple-web-config-versions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f03%2fvisual-studio-2010-multiple-web-config-versions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Multiple_web_config_versions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Multiple_web_config_versions</guid>
      <pubDate>Wed, 03 Jun 2009 21:30:00 GMT</pubDate>
    </item>
    <item>
      <title>The Greatest Exception Handling WTF?!? of All Time</title>
      <description>The Exception object has ONE purpose and ONE purpose only - to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</guid>
      <pubDate>Thu, 28 May 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>One Tangible Benefit of S.O.L.I.D Development</title>
      <description>One example of why practicing S.O.L.I.D development can save your organization time and money.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d136"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d136" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/One_Tangible_Benefit_of_S_O_L_I_D_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/One_Tangible_Benefit_of_S_O_L_I_D_Development</guid>
      <pubDate>Sat, 16 May 2009 05:57:39 GMT</pubDate>
    </item>
    <item>
      <title>How Do You Deal With Exceptions?</title>
      <description>A little post on my ideas about handling exceptions within applications. How do you handle them? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</guid>
      <pubDate>Fri, 15 May 2009 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 3 of 3)?</title>
      <description>In the last post we learned how to find and fix a simple multi-thread problem. Now we will see a more complex scenario and see how CHESS wil find the solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_13.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_13.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_3_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_3_of_3</guid>
      <pubDate>Wed, 13 May 2009 19:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Mocking LightSpeed Units Of Work.</title>
      <description>A short code example how to mock a LighSpeed UnitOfWork using Rhino Mocks for testing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d120"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d120" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Mocking_LightSpeed_Units_Of_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Mocking_LightSpeed_Units_Of_Work</guid>
      <pubDate>Tue, 12 May 2009 04:41:59 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 2 of 3)?</title>
      <description>Previously we saw how to build a test to find a multi-thread bug our your code. Now we will look at how to reproduce debug and fix it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_11.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code_11.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_2_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_2_of_3</guid>
      <pubDate>Wed, 13 May 2009 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>.Net TimeBombHack</title>
      <description>Small code sample from Ayende to put a time bomb into your code!!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d109"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d109" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Net_TimeBombHack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Net_TimeBombHack</guid>
      <pubDate>Sat, 09 May 2009 14:10:28 GMT</pubDate>
    </item>
    <item>
      <title>How to test your multi-threaded code (part 1 of 3)?</title>
      <description>CHESS is the answer. At least this is what we have best right now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f05%2fhow-to-test-your-multi-threaded-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_your_multi_threaded_code_part_1_of_3</guid>
      <pubDate>Wed, 06 May 2009 23:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Implementing a simple genetic algorithm</title>
      <description>In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2009%2f04%2f29%2fimplementing-a-simple-genetic-algorithm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2009%2f04%2f29%2fimplementing-a-simple-genetic-algorithm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Implementing_a_simple_genetic_algorithm</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Implementing_a_simple_genetic_algorithm</guid>
      <pubDate>Fri, 01 May 2009 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net MVC Conditional TextBox</title>
      <description>How to write an HtmlHelper extension method with a fluent interface that takes a conditional lambda expression to render a control read-only. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d39"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.planbsoftware.co.nz%2f%3fp%3d39" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Asp_Net_MVC_Conditional_TextBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Asp_Net_MVC_Conditional_TextBox</guid>
      <pubDate>Wed, 08 Apr 2009 13:11:47 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Attributes in C#</title>
      <description>Ever wondered whether attributes can be applied to object instances dynamically. Can attributes hold other types besides constants and strings that are embedded in the metadata?
Read more to find out how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fabhijeetp%2farchive%2f2009%2f01%2f10%2fdynamic-attributes-in-c.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fabhijeetp%2farchive%2f2009%2f01%2f10%2fdynamic-attributes-in-c.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Dynamic_Attributes_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Dynamic_Attributes_in_C</guid>
      <pubDate>Mon, 06 Apr 2009 01:54:51 GMT</pubDate>
    </item>
    <item>
      <title>LightSpeed 2.1 Released - includes new search API</title>
      <description>LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2008%2f10%2f15%2flightspeed-21-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LightSpeed_2_1_Released_includes_new_search_API</guid>
      <pubDate>Thu, 16 Oct 2008 14:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
