<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rushonerok</title>
    <description>Stories kicked by rushonerok</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>Devops at Adzerk</title>
      <description>From our sister company, Adzerk, James Jeffers speaks about how the company has designed it's software process to get around the dev/production bottleneck inherent in most companies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fteam.adzerk.com%2fpost%2f11654083284%2fdevops-at-adzerk"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fteam.adzerk.com%2fpost%2f11654083284%2fdevops-at-adzerk" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Devops_at_Adzerk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Devops_at_Adzerk</guid>
      <pubDate>Wed, 19 Oct 2011 20:46:32 GMT</pubDate>
    </item>
    <item>
      <title>Stock Market Technical Analysis</title>
      <description>A terrific example of how to use the .Net framework in an intensive financial application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2fstock-market-technical-analysis%2f%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d7484%26utm_content%3dstock-analysis%26utm_campaign%3ddotnet"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2fstock-market-technical-analysis%2f%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d7484%26utm_content%3dstock-analysis%26utm_campaign%3ddotnet" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Stock_Market_Technical_Analysis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Stock_Market_Technical_Analysis</guid>
      <pubDate>Thu, 13 Oct 2011 13:07:21 GMT</pubDate>
    </item>
    <item>
      <title>The three pillars of unit tests: A helpful guide for beginners</title>
      <description>If you're new to TDD, then this short but sweet article by Pawel Olesiejuk is just what the doctor ordered. It covers the three pillars of test-driven development, which should push anyone just learning TDD in the right direction. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.goyello.com%2f2011%2f10%2f06%2fthree-pillars-of-unit-tests%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.goyello.com%2f2011%2f10%2f06%2fthree-pillars-of-unit-tests%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_three_pillars_of_unit_tests_A_helpful_guide_for_beginners</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_three_pillars_of_unit_tests_A_helpful_guide_for_beginners</guid>
      <pubDate>Tue, 11 Oct 2011 22:03:57 GMT</pubDate>
    </item>
    <item>
      <title>C#/.NET Toolbox: Creating a &amp;quot;Safer&amp;quot; Task Dispose()</title>
      <description>So recently, I've been moving some older utility classes logic over to use the excellent .NET Task Parallel Library (TPL).  This library contains, at it's core, a class called Task which allows parallel programming without the need of working directly with threads.

During this process, I wrote a few extension methods I found to be useful in dealing with tasks in an easier manner, and thought I'd share them in a few posts. Today's will discuss an extension method to make disposing a task a little bit &amp;quot;safer&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackrabbitcoder.net%2farchive%2f2011%2f10%2f06%2fc.net-toolbox-creating-a-safer-task-dispose.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackrabbitcoder.net%2farchive%2f2011%2f10%2f06%2fc.net-toolbox-creating-a-safer-task-dispose.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_NET_Toolbox_Creating_a_Safer_Task_Dispose</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_NET_Toolbox_Creating_a_Safer_Task_Dispose</guid>
      <pubDate>Fri, 07 Oct 2011 14:03:09 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Race Conditions with a BackgroundWorker</title>
      <description>What is a race condition you say? Well, simply put, it's when two or more threads race to an event or line of code. Sometimes one thread will win the race, and sometimes the other thread will. What this comes down to is that this inconsistent behavior can cause some strange and unexpected results. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bucketsoft.com%2f2011%2f10%2favoiding-race-conditions-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bucketsoft.com%2f2011%2f10%2favoiding-race-conditions-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoiding_Race_Conditions_with_a_BackgroundWorker</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoiding_Race_Conditions_with_a_BackgroundWorker</guid>
      <pubDate>Fri, 07 Oct 2011 14:06:10 GMT</pubDate>
    </item>
    <item>
      <title>Obfuscating and Protecting an Application</title>
      <description>An introduction to why obfuscating .NET applications is important, and how they can be protected using SmartAssembly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fdotnet-development%2fsmartassembly%2fobfuscation%2fvideos%3fautoplay%3d1%26utm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d7483%26utm_content%3dobfuscation%26utm_campaign%3dsmartassembly"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fdotnet-development%2fsmartassembly%2fobfuscation%2fvideos%3fautoplay%3d1%26utm_source%3ddnk%26utm_medium%3dtextad%26utm_term%3d7483%26utm_content%3dobfuscation%26utm_campaign%3dsmartassembly" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Obfuscating_and_Protecting_an_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Obfuscating_and_Protecting_an_Application</guid>
      <pubDate>Wed, 05 Oct 2011 13:43:10 GMT</pubDate>
    </item>
    <item>
      <title>C# 5 PropertyChanged - No more magic strings!</title>
      <description>Changes in C# 5 mean no more NotifyPropertyChanged(&amp;quot;SomeVariable&amp;quot;), which is a common source of bugs. It also means we no longer have to suffer the performance degradation associated with using workarounds such as lambda's just for the sake of compile-time checking. From here on out, the compiler does the work for us. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.robfe.com%2f2011%2f09%2fraising-the-right-propertychanged-with-c-5s-caller-info-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.robfe.com%2f2011%2f09%2fraising-the-right-propertychanged-with-c-5s-caller-info-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_5_PropertyChanged_No_more_magic_strings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_5_PropertyChanged_No_more_magic_strings</guid>
      <pubDate>Thu, 22 Sep 2011 15:30:01 GMT</pubDate>
    </item>
    <item>
      <title>A Review of Beginning C# Object-oriented Programming </title>
      <description>This article is a reveiew of the book &amp;quot;Beginning C# Object-oriented Programming&amp;quot;. What makes a good programming book for beginners? One that teaches them the to copy and paste code or one that makes them think for themselves? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbooks.dzone.com%2freviews%2freview-beginning-c-object%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bzones%252Fdotnet%2b%2528.NET%2bZone%2529"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbooks.dzone.com%2freviews%2freview-beginning-c-object%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bzones%252Fdotnet%2b%2528.NET%2bZone%2529" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Review_of_Beginning_C_Object_oriented_Programming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Review_of_Beginning_C_Object_oriented_Programming</guid>
      <pubDate>Wed, 07 Sep 2011 19:01:17 GMT</pubDate>
    </item>
    <item>
      <title>New book: Parallel Programming with Microsoft Visual Studio 2010 Step </title>
      <description>Now available:  Parallel Programming with Microsoft Visual Studio 2010 Step by Step. Developers can no longer rely on clock rate advances to improve the speed of software. Instead, developers need to focus on how to identify the independent portions of their code, and program them to run simultaneously, in parallel, so they can take advantage of the new multi-core architecture. Not only does parallel programming require a change in code, it also requires a change in the way developers think about code.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fmicrosoft_press%2farchive%2f2011%2f09%2f07%2fnew-book-parallel-programming-with-microsoft-visual-studio-2010-step-by-step.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fmicrosoft_press%2farchive%2f2011%2f09%2f07%2fnew-book-parallel-programming-with-microsoft-visual-studio-2010-step-by-step.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/New_book_Parallel_Programming_with_Microsoft_Visual_Studio_2010_Step</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/New_book_Parallel_Programming_with_Microsoft_Visual_Studio_2010_Step</guid>
      <pubDate>Wed, 07 Sep 2011 19:01:17 GMT</pubDate>
    </item>
    <item>
      <title>Analyze your Web Server Data with LogParser and Log Parser Lizard GUI</title>
      <description>Scott Hanselman shows us how to get the most out of our log data using LogParser and the Log Parser Lizard GUI project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fAnalyzeYourWebServerDataAndBeEmpoweredWithLogParserAndLogParserLizardGUI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fAnalyzeYourWebServerDataAndBeEmpoweredWithLogParserAndLogParserLizardGUI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Analyze_your_Web_Server_Data_with_LogParser_and_Log_Parser_Lizard_GUI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Analyze_your_Web_Server_Data_with_LogParser_and_Log_Parser_Lizard_GUI</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:01 GMT</pubDate>
    </item>
    <item>
      <title>The negative view on assembly references in the .Net community</title>
      <description>Dru Sellers starts an interesting discussion into why many people in the .Net community are opposed to having many assembly references in their projects. It seems counter-intuitive that this would be the case with the sky-rocketing popularity of using open source projects in .Net (and the ease of doing so with NuGet). What are your two cents? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fdrusellers%2f2011%2f09%2f05%2fthe-net-community-and-the-negative-view-on-assembly-references%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fdrusellers%2f2011%2f09%2f05%2fthe-net-community-and-the-negative-view-on-assembly-references%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_negative_view_on_assembly_references_in_the_Net_community</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_negative_view_on_assembly_references_in_the_Net_community</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:01 GMT</pubDate>
    </item>
    <item>
      <title>The disadvantages of pair programming</title>
      <description>Mark Needham discusses the disadvantages involved with 100% pair programming, showing us the other side of the pair programming coin. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.markhneedham.com%2fblog%2f2011%2f09%2f06%2fpair-programming-the-disadvantages-of-100-pairing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.markhneedham.com%2fblog%2f2011%2f09%2f06%2fpair-programming-the-disadvantages-of-100-pairing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_disadvantages_of_pair_programming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_disadvantages_of_pair_programming</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:25 GMT</pubDate>
    </item>
    <item>
      <title>Speech recognition in HTML5</title>
      <description>Robin Rizvi shows us how to enable speech recognition on the web using HTML5 and the Google Speech API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fHTML%2fspeechinputapi.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fHTML%2fspeechinputapi.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Speech_recognition_in_HTML5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Speech_recognition_in_HTML5</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:25 GMT</pubDate>
    </item>
    <item>
      <title>hOOt - A new full text search engine for .Net</title>
      <description>hOOt is a extremely small size and fast embedded full text search engine for .net built from scratch. It was created in response to concern from the community over the lack of maintenance on the .Net Lucene port.
This article will introduce you to using hOOt and explain what's going on under the hood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fhOOt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fhOOt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/hOOt_A_new_full_text_search_engine_for_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/hOOt_A_new_full_text_search_engine_for_Net</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:25 GMT</pubDate>
    </item>
    <item>
      <title>Exceptions and Parallel Loops</title>
      <description>The sixth part of the Parallel Programming in .NET tutorial is the last instalment that examines the parallel loops. This article discusses how exceptions are thrown by code within a parallel loop and how they can be handled. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fParallelLoopExceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fParallelLoopExceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exceptions_and_Parallel_Loops</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exceptions_and_Parallel_Loops</guid>
      <pubDate>Wed, 07 Sep 2011 14:08:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Dynamic Data Routing Admin/User Views</title>
      <description>Adding routing to a ASP.NET Dynamic Data site to accommodate User and Admin Views.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mit560.com%2f2011%2f09%2f06%2f289"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mit560.com%2f2011%2f09%2f06%2f289" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Routing_Admin_User_Views</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Routing_Admin_User_Views</guid>
      <pubDate>Wed, 07 Sep 2011 14:22:16 GMT</pubDate>
    </item>
    <item>
      <title>Tail recursion in C#</title>
      <description>This article briefly explains what tail recursion is, and explores various ways to implement it in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftomlev2.wordpress.com%2f2011%2f09%2f02%2ftail-recursion-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftomlev2.wordpress.com%2f2011%2f09%2f02%2ftail-recursion-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Tail_recursion_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Tail_recursion_in_C</guid>
      <pubDate>Wed, 07 Sep 2011 07:40:16 GMT</pubDate>
    </item>
    <item>
      <title>C# - Exception Performance</title>
      <description>In any language exceptions are great. They make the problem of handling error's a lot easyier since you don't need to check the values that are being returned from functions which saves in writting lots of code. It also make the code structure better as it clumps the error handling code into a single place which can deal with multiple errors when used correctly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.stev.org%2fpost%2f2011%2f09%2f06%2fC-Exception-Performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.stev.org%2fpost%2f2011%2f09%2f06%2fC-Exception-Performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Exception_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Exception_Performance</guid>
      <pubDate>Wed, 07 Sep 2011 14:25:17 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with the F# PowerPack - Part 4</title>
      <description>This post briefly talks about the following features provided by the F# PowerPack: Lexing, Parsing, SI (Metric) Units of Measure, Physical Constants, and Native Array. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f09%2fgetting-started-with-f-powerpack-part-4.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f09%2fgetting-started-with-f-powerpack-part-4.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/fsharp/Getting_Started_with_the_F_PowerPack_Part_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/fsharp/Getting_Started_with_the_F_PowerPack_Part_4</guid>
      <pubDate>Tue, 06 Sep 2011 14:09:45 GMT</pubDate>
    </item>
    <item>
      <title>Two main advantages of using IIS over self-hosting</title>
      <description>Two main advantages of using IIS over self-hosting.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsanjevsharma.blogspot.com%2f2011%2f09%2fwhat-are-advantages-of-hosting-wcf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsanjevsharma.blogspot.com%2f2011%2f09%2fwhat-are-advantages-of-hosting-wcf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Two_main_advantages_of_using_IIS_over_self_hosting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Two_main_advantages_of_using_IIS_over_self_hosting</guid>
      <pubDate>Tue, 06 Sep 2011 14:35:17 GMT</pubDate>
    </item>
    <item>
      <title>Data Access in Fail Tracker-Row-Level Security with LINQ to NHibernate</title>
      <description>It's quite easy to implement row-level security using LINQ to NHibernate.  See how you can do this by combining the Repository and Decorator patterns in this post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fData-Access-in-Fail-Trackere28093Row-Level-Security-with-LINQ-to-NHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fData-Access-in-Fail-Trackere28093Row-Level-Security-with-LINQ-to-NHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Data_Access_in_Fail_Tracker_Row_Level_Security_with_LINQ_to_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Data_Access_in_Fail_Tracker_Row_Level_Security_with_LINQ_to_NHibernate</guid>
      <pubDate>Tue, 06 Sep 2011 14:30:52 GMT</pubDate>
    </item>
    <item>
      <title>C++ and Beyond 2011</title>
      <description>In this podcast, we meet Sean Gibb, Director of Software at Rad3 Communications. He's an expert C++ developer (and human template debugger, it turns out ).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fC-and-Beyond-2011-Sean-Gibb-C-and-Hardware-C11-C-Renaissance"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fC-and-Beyond-2011-Sean-Gibb-C-and-Hardware-C11-C-Renaissance" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/C_and_Beyond_2011</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/C_and_Beyond_2011</guid>
      <pubDate>Mon, 05 Sep 2011 19:23:17 GMT</pubDate>
    </item>
    <item>
      <title>Creating a quick Todo listing app on Windows using IIS7, Node.js and M</title>
      <description>Node.js is often used for building high performing web applications. This post explains step by step instructions how to setup Node.js and Mongodb to create a simple Todo listing application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amazedsaint.com%2f2011%2f09%2fcreating-10-minute-todo-listing-app-on.html%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bamazedsaint%252Farticles%2b%2528.NET%2bJournal%2b%257C%2bC%2523%252C%2bSilverlight%252C%2bASP.NET%252C%2bWPF%252C%2bWindows%2bPhone%2b7%252C%2bVSX%252C%2bDesign%2bPatterns%252C%2bNeural%2bNetworks%2529"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amazedsaint.com%2f2011%2f09%2fcreating-10-minute-todo-listing-app-on.html%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bamazedsaint%252Farticles%2b%2528.NET%2bJournal%2b%257C%2bC%2523%252C%2bSilverlight%252C%2bASP.NET%252C%2bWPF%252C%2bWindows%2bPhone%2b7%252C%2bVSX%252C%2bDesign%2bPatterns%252C%2bNeural%2bNetworks%2529" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Creating_a_quick_Todo_listing_app_on_Windows_using_IIS7_Node_js_and_M</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Creating_a_quick_Todo_listing_app_on_Windows_using_IIS7_Node_js_and_M</guid>
      <pubDate>Tue, 06 Sep 2011 14:33:17 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing a jQuery Plugin with CoffeeScript and Pavlov </title>
      <description>There seems to be few examples of writing unit tests/specs in CoffeeScript on the web. This post, shows a very simple jQuery plugin with Pavlov specs.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f09%2funit-testing-jquery-plugin-with.html%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bBloggemDano%2b%2528Bloggem%2bDano%2529"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbloggemdano.blogspot.com%2f2011%2f09%2funit-testing-jquery-plugin-with.html%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bBloggemDano%2b%2528Bloggem%2bDano%2529" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Unit_Testing_a_jQuery_Plugin_with_CoffeeScript_and_Pavlov_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Unit_Testing_a_jQuery_Plugin_with_CoffeeScript_and_Pavlov_1</guid>
      <pubDate>Tue, 06 Sep 2011 14:33:17 GMT</pubDate>
    </item>
    <item>
      <title>HTML5 Forms with ASP.NET MVC</title>
      <description>This post discusses the specifics around using new input types (email, tel, number, date, etc.), new attributes (autofocus, placeholder, etc.) and new form validation goodies (required, pattern, formnovalidate, etc.) with ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fuserinexperience.com%2f%3fp%3d692%26utm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%3a%2buserinexperience%2ftYGT%2b(User%2bInExperience)"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fuserinexperience.com%2f%3fp%3d692%26utm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%3a%2buserinexperience%2ftYGT%2b(User%2bInExperience)" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/HTML5_Forms_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/HTML5_Forms_with_ASP_NET_MVC</guid>
      <pubDate>Sun, 04 Sep 2011 22:17:43 GMT</pubDate>
    </item>
  </channel>
</rss>
