<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by MHamilton</title>
    <description>Stories kicked by MHamilton</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>AddItem Extension Method for CheckBoxList, DropDownList, ListBox</title>
      <description>Just 1 AddItem extension method which works for 5 controls to make the code a lot simpler and cleaner :-) Cheers to object inheritance and cheers to Extension Methods ;-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f09%2fadditem-extension-method-for-bulletedlist-checkboxlist-dropdownlist-listbox-radiobuttonlist.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeforeternity.com%2fblogs%2ftechnology%2farchive%2f2008%2f05%2f09%2fadditem-extension-method-for-bulletedlist-checkboxlist-dropdownlist-listbox-radiobuttonlist.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/AddItem_Extension_Method_for_CheckBoxList_DropDownList_ListBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/AddItem_Extension_Method_for_CheckBoxList_DropDownList_ListBox</guid>
      <pubDate>Mon, 12 May 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Config File Options for Multiple Devs</title>
      <description>A post covering several options to deal with application config files when multiple developers are working on same project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f04%2f16%2fhow-to-have-a-single-config-file-for-multiple-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f04%2f16%2fhow-to-have-a-single-config-file-for-multiple-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Config_File_Options_for_Multiple_Devs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Config_File_Options_for_Multiple_Devs</guid>
      <pubDate>Wed, 16 Apr 2008 18:47:16 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Interfaces: ICloneable and IComparable</title>
      <description>A friend of mine was showing me about some common interfaces and some good use cases for them the other day. A discussion arose of how to accurately create a deep copy of an object and the best way to go about it. Shortly after that discussion we got into the Sort() method and how to dictate how that method will sort your objects. This is when he spilled into telling me all about these common interfaces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f03%2fImplementing-Interfaces-ICloneable-and-IComparable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f03%2fImplementing-Interfaces-ICloneable-and-IComparable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Implementing_Interfaces_ICloneable_and_IComparable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Implementing_Interfaces_ICloneable_and_IComparable</guid>
      <pubDate>Wed, 05 Mar 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Framework Road-Map Update</title>
      <description>Scott gives an update to where ASP.NET MVC is going &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%2f2008%2f02%2f12%2fasp-net-mvc-framework-road-map-update.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f12%2fasp-net-mvc-framework-road-map-update.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_Road_Map_Update</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_Road_Map_Update</guid>
      <pubDate>Tue, 12 Feb 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Put Down the XmlNode and Step Away From the StringBuilder</title>
      <description>Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</guid>
      <pubDate>Tue, 12 Feb 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>New BlogEngine.NET Extension - Toolbox</title>
      <description>For years I have found useful tools &amp;amp; tricks from online collections of links and resources and I recently decided I wanted to be able to easily do this in BlogEngine.NET.  Much like the QuickerLinks extension from ckincincy I envisioned collecting my links in one centralized area and being able to easily distribute them through posts.  However, I also had a few other features in mind... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f01%2fNew-BlogEngine-Extension-Toolbox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f01%2fNew-BlogEngine-Extension-Toolbox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/New_BlogEngine_NET_Extension_Toolbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/New_BlogEngine_NET_Extension_Toolbox</guid>
      <pubDate>Thu, 31 Jan 2008 13:43:14 GMT</pubDate>
    </item>
    <item>
      <title>WCSF demo screen cast</title>
      <description>a screen cast demoing some items of the WCSF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f01%2f20%2fmodularity-bundle-screencast-create-modular-pluggable-asp-net-web-applications-wcsf-videos.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2008%2f01%2f20%2fmodularity-bundle-screencast-create-modular-pluggable-asp-net-web-applications-wcsf-videos.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/WCSF_demo_screen_cast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/WCSF_demo_screen_cast</guid>
      <pubDate>Mon, 21 Jan 2008 15:57:15 GMT</pubDate>
    </item>
    <item>
      <title>A number of annoying Visual Studio 2008 ASP.NET realated Bugs</title>
      <description>We found the first bug listed here at work as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f215796.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f215796.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_number_of_annoying_Visual_Studio_2008_ASP_NET_realated_Bugs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_number_of_annoying_Visual_Studio_2008_ASP_NET_realated_Bugs</guid>
      <pubDate>Mon, 14 Jan 2008 15:11:34 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework Part 1</title>
      <description>Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. &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%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f13%2fasp-net-mvc-framework-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Part_1</guid>
      <pubDate>Tue, 13 Nov 2007 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Gospel of the GUID - And Why It Matters!</title>
      <description>There is only one commandment in the Gospel of the GUID: Thou shalt always use a GUID to uniquely identify a row in a table. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fwwright%2farchive%2f2007%2f11%2f04%2fthe-gospel-of-the-guid-and-why-it-matters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fwwright%2farchive%2f2007%2f11%2f04%2fthe-gospel-of-the-guid-and-why-it-matters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Gospel_of_the_GUID_And_Why_It_Matters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Gospel_of_the_GUID_And_Why_It_Matters</guid>
      <pubDate>Mon, 05 Nov 2007 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Using Embedded Resources for HTML EMail Templates</title>
      <description>Most web applications need to send out email for a variety of purposes, right?   I like to use email as a sort of extended user interface - allowing entry points to let the user conveniently do work by getting an email and clicking on a link.  I've struggled for a while with a good way of managing email templates to use in my applications.  Here's a good method that simplifies the process of templating. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbrendantompkins%2farchive%2f2007%2f10%2f24%2fusing-embedded-resources-for-html-email-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbrendantompkins%2farchive%2f2007%2f10%2f24%2fusing-embedded-resources-for-html-email-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Embedded_Resources_for_HTML_EMail_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Embedded_Resources_for_HTML_EMail_Templates</guid>
      <pubDate>Fri, 26 Oct 2007 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Keeping Pulse on Your Site With ASP.NET 2.0 Health Monitoring</title>
      <description>One of the best, yet often overlooked, features of ASP.NET 2.0 is health monitoring. When it is absolutely essential to be notified of any problems with your web application, and this is where health monitoring comes in handy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetresources.com%2farticles%2faspnet_2_0_health_monitoring.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetresources.com%2farticles%2faspnet_2_0_health_monitoring.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Keeping_Pulse_on_Your_Site_With_ASP_NET_2_0_Health_Monitoring</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Keeping_Pulse_on_Your_Site_With_ASP_NET_2_0_Health_Monitoring</guid>
      <pubDate>Wed, 03 Oct 2007 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>15+ Free Visual Studio Add-Ins</title>
      <description>After some extensive researching (Googling), I've compiled this list of 15+ FREE Add-ins for Visual Studio 2005. Some of these add-ins will help improve the quality of your code, while others will help you code faster, however, none are guaranteed to help you get with the ladies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f09%2f25%2f15-free-visual-studio-add-ins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f09%2f25%2f15-free-visual-studio-add-ins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/15_Free_Visual_Studio_Add_Ins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/15_Free_Visual_Studio_Add_Ins</guid>
      <pubDate>Tue, 25 Sep 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Power of the Predicate&amp;lt;T&amp;gt;</title>
      <description>The very flexible generic collection List&amp;lt;T&amp;gt; contains several methods that take a predicate as it's parameter.  Coupled with Anonymous Methods this provides powerfully concise code for filtering, searching and sorting your collections. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandypatterson.com%2f2007%2f09%2f19%2fThePowerOfThePredicateltTgt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandypatterson.com%2f2007%2f09%2f19%2fThePowerOfThePredicateltTgt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Power_of_the_Predicate_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Power_of_the_Predicate_T</guid>
      <pubDate>Thu, 20 Sep 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Gotcha Don't use xhtmlconformance mode &amp;quot;legacy&amp;quot; with asp.net ajax</title>
      <description>A quick post on one of the gotchas you can run into adding AJAX to an existing ASP.net 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%2fscottgu%2farchive%2f2006%2f12%2f10%2fgotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f12%2f10%2fgotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Gotcha_Don_t_use_xhtmlconformance_mode_legacy_with_asp_net_ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Gotcha_Don_t_use_xhtmlconformance_mode_legacy_with_asp_net_ajax</guid>
      <pubDate>Mon, 17 Sep 2007 12:25:44 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server: The proper and fastest way to check if rows exist</title>
      <description>Simple yet very underused way to check 
if rows matching a condition exist.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f09%2f13%2fSQL-Server-The-proper-and-fastest-way-to-check-if.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f09%2f13%2fSQL-Server-The-proper-and-fastest-way-to-check-if.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_The_proper_and_fastest_way_to_check_if_rows_exist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_The_proper_and_fastest_way_to_check_if_rows_exist</guid>
      <pubDate>Thu, 13 Sep 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Easier Debugging with Attributes</title>
      <description>Most people probably haven't realized that there are several attributes that you can add to your code to make debugging easier. Some prevent you from stepping into sections of code, others change the way variables are displayed in the watch window. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f09%2f05%2feasier-debugging-with-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f09%2f05%2feasier-debugging-with-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Easier_Debugging_with_Attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Easier_Debugging_with_Attributes</guid>
      <pubDate>Thu, 06 Sep 2007 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net ListView - Too much CSS Friendly</title>
      <description>The new Asp.net ListView control is too much CSS friendly - Check it out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2frashid%2farchive%2f2007%2f09%2f05%2fAsp.net-ListView---Too-much-CSS-Friendly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2frashid%2farchive%2f2007%2f09%2f05%2fAsp.net-ListView---Too-much-CSS-Friendly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_net_ListView_Too_much_CSS_Friendly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_net_ListView_Too_much_CSS_Friendly</guid>
      <pubDate>Tue, 04 Sep 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>HeadScriptManager - Registering scripts into the page header</title>
      <description>A class library for registering scripts and stylesheets into the page header with ASP.NET 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bloggingdeveloper.com%2fpost%2fHeadScriptManager---A-class-library-for-registering-scripts-into-the-page-header-with-ASPNET-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bloggingdeveloper.com%2fpost%2fHeadScriptManager---A-class-library-for-registering-scripts-into-the-page-header-with-ASPNET-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HeadScriptManager_Registering_scripts_into_the_page_header</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HeadScriptManager_Registering_scripts_into_the_page_header</guid>
      <pubDate>Thu, 06 Sep 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Free WinForms Toolkit Released</title>
      <description>This toolkit of free WinForms controls provides the Office 2007 look and feel for all the controls including a DataGridView, RadioButton, CheckBox and much more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.componentfactory.com%2fblog%2f%3fp%3d237"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.componentfactory.com%2fblog%2f%3fp%3d237" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Free_WinForms_Toolkit_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Free_WinForms_Toolkit_Released</guid>
      <pubDate>Thu, 06 Sep 2007 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection Using Ninject</title>
      <description>This article discussed dependency injection, specifically using a new .NET framework called Ninject. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d23"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d23" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_Using_Ninject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_Using_Ninject</guid>
      <pubDate>Tue, 04 Sep 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Nothing has changed&amp;quot; - Determining when a procedure has been altered</title>
      <description>Cool little script to determine when a stored procedure was last updated. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f08%2f29%2f60312.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2007%2f08%2f29%2f60312.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Nothing_has_changed_Determining_when_a_procedure_has_been_altered</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Nothing_has_changed_Determining_when_a_procedure_has_been_altered</guid>
      <pubDate>Sat, 08 Sep 2007 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Behaviour Driven Unit Test Design Tool</title>
      <description>A simple tool to help focus on functional behaviour while creating unit tests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.pksoftware.net%2fblog%2f2007%2f08%2f27%2fNew%2bTool%2bBehaviour%2bTo%2bUnit%2bTest.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.pksoftware.net%2fblog%2f2007%2f08%2f27%2fNew%2bTool%2bBehaviour%2bTo%2bUnit%2bTest.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Behaviour_Driven_Unit_Test_Design_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Behaviour_Driven_Unit_Test_Design_Tool</guid>
      <pubDate>Mon, 03 Sep 2007 03:31:03 GMT</pubDate>
    </item>
    <item>
      <title>How to build a Fluent Interface in C#</title>
      <description>Example code illustrating how to build a Fluent Interface in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c5cdd4862-857a-488d-a577-c6d21b548f19.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c5cdd4862-857a-488d-a577-c6d21b548f19.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_build_a_Fluent_Interface_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_build_a_Fluent_Interface_in_C</guid>
      <pubDate>Wed, 22 Aug 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Growing Pains of a Software Company</title>
      <description>How you can get away with slopiness by not using unit testing, proper source control, automated testing while having a small number of customers, but as you increase in size it will hurt your organization. This article discusses why as you grow, these issues become more important to consider and why you need proper unit testing, source control, automated testing, and proper architecture of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpdeveloper.net%2fcontent%2farchive%2f2007%2f07%2f16%2fgrowing-pains-of-a-software-company.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpdeveloper.net%2fcontent%2farchive%2f2007%2f07%2f16%2fgrowing-pains-of-a-software-company.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Growing_Pains_of_a_Software_Company</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Growing_Pains_of_a_Software_Company</guid>
      <pubDate>Wed, 01 Aug 2007 08:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>