<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by chimplo</title>
    <description>Stories kicked by chimplo</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>My  favorite interview questions</title>
      <description>These are some of the questions that I ask when I'm interviewing a new applicant for a developer position. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f11%2f02%2fMy-Favorite-Interview-Questions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_favorite_interview_questions</guid>
      <pubDate>Sat, 03 Nov 2007 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu VS.net performance tips for machine</title>
      <description>Specifically - &amp;quot;what type of machine do you recommend I get for doing development with Visual Studio?&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%2f2007%2f11%2f01%2ftip-trick-hard-drive-speed-and-visual-studio-performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f01%2ftip-trick-hard-drive-speed-and-visual-studio-performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ScottGu_VS_net_performance_tips_for_machine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ScottGu_VS_net_performance_tips_for_machine</guid>
      <pubDate>Thu, 01 Nov 2007 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Strategy Pattern In .NET 2.0</title>
      <description>Strategy pattern can very handy when a system designer or architect wants to separate algorithms from the system implementation. Also with strategy pattern approach it is very easy to select between different algorithms on the fly.

With the introduction of generics in .NET 2.0 implementing strategy pattern is even more easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvadmyst.blogspot.com%2f2007%2f10%2fstrategy-pattern-in-c-20.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvadmyst.blogspot.com%2f2007%2f10%2fstrategy-pattern-in-c-20.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Strategy_Pattern_In_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Strategy_Pattern_In_NET_2_0</guid>
      <pubDate>Mon, 22 Oct 2007 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Remove generated JavaScript from your pages</title>
      <description>One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fRemove-generated-JavaScript-from-your-pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fRemove-generated-JavaScript-from-your-pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Remove_generated_JavaScript_from_your_pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Remove_generated_JavaScript_from_your_pages</guid>
      <pubDate>Mon, 22 Oct 2007 00:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Software Development Essential Practices</title>
      <description>A list of (essential) practices for software development, and tools to help you implement those practices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisbrandsma.com%2f2007%2f10%2fsoftware-development-essential.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisbrandsma.com%2f2007%2f10%2fsoftware-development-essential.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_Development_Essential_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_Development_Essential_Practices</guid>
      <pubDate>Mon, 22 Oct 2007 11:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Have We ASP.NET Geeks Lost Something?</title>
      <description>Rob wonders if using asp.net has made us lose touch with the core of what being a web developer is all about... you know, the XHTML, CSS, JavaScript, and all that fun stuff. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f19%2fhave-we-aspnet-geeks-lost-something%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f19%2fhave-we-aspnet-geeks-lost-something%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Have_We_ASP_NET_Geeks_Lost_Something</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Have_We_ASP_NET_Geeks_Lost_Something</guid>
      <pubDate>Fri, 19 Oct 2007 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Another Vibrant Ink Theme for Visual Studio</title>
      <description>Rob shows off his new version of the version of the Vibrant Ink theme for Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f17%2ftextmate-theme-for-visual-studio-take-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f17%2ftextmate-theme-for-visual-studio-take-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Another_Vibrant_Ink_Theme_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Another_Vibrant_Ink_Theme_for_Visual_Studio</guid>
      <pubDate>Thu, 18 Oct 2007 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ORM (object-relational mapping) in .NET 3.5</title>
      <description>What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2forminnet35.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2forminnet35.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/ORM_object_relational_mapping_in_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/ORM_object_relational_mapping_in_NET_3_5</guid>
      <pubDate>Sun, 21 Oct 2007 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Layered Architecture, Dependency Injection, and Dependency Inversion</title>
      <description>Building loosely coupled application architectures requires more than just separating your application into different layers. In this article, I'll take a project that was built using techniques that result in fragile, hard-to-test code and introduce some principles, techniques, and refactorings that will help you realize flexibility and testability in your applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.code-magazine.com%2fArticle.aspx%3fquickid%3d0705071"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.code-magazine.com%2fArticle.aspx%3fquickid%3d0705071" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Layered_Architecture_Dependency_Injection_and_Dependency_Inversion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Layered_Architecture_Dependency_Injection_and_Dependency_Inversion</guid>
      <pubDate>Mon, 08 Oct 2007 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>43 Exceptionally Useful AJAX Applications</title>
      <description>Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They've gathered 43 extremely useful AJAX applications for use on any website.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.designvitality.com%2fblog%2f2007%2f10%2f43-exceptionally-useful-ajax-applications%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.designvitality.com%2fblog%2f2007%2f10%2f43-exceptionally-useful-ajax-applications%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/43_Exceptionally_Useful_AJAX_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/43_Exceptionally_Useful_AJAX_Applications</guid>
      <pubDate>Mon, 08 Oct 2007 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf</title>
      <description>Some more information from ALT.NET on the new 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%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</guid>
      <pubDate>Sat, 06 Oct 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Revisiting Programming Fonts</title>
      <description>Jeff Atwood discusses programming fonts including the new one on the block, Inconsolata. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000969.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000969.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Revisiting_Programming_Fonts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Revisiting_Programming_Fonts</guid>
      <pubDate>Fri, 05 Oct 2007 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Easy incremental status updates for long requests</title>
      <description>An example of using an iframe to easily provide incremental status updates for long-running web requests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f10%2f03%2feasy-incremental-status-updates-for-long-requests%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f10%2f03%2feasy-incremental-status-updates-for-long-requests%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easy_incremental_status_updates_for_long_requests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easy_incremental_status_updates_for_long_requests</guid>
      <pubDate>Thu, 04 Oct 2007 19:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Delegates and Visitors in C#</title>
      <description>The GoF visitor pattern is useful but awkward. The usual c++ or Java-y versions typically involve some kind of visitor interface which your visitor must subclass. Java somewhat mitigates this with anonymous classes, but not fully. In C#, if we're clever with the use of delegates, we can make tasks like tree traversal look about as simple as iteration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmullr.wordpress.com%2f2007%2f10%2f03%2fdelegates-and-visitors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmullr.wordpress.com%2f2007%2f10%2f03%2fdelegates-and-visitors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Delegates_and_Visitors_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Delegates_and_Visitors_in_C</guid>
      <pubDate>Thu, 04 Oct 2007 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>A Visual Guide to Version Control</title>
      <description>A good, &amp;quot;highly visual&amp;quot; overview of Version Control, (a.k.a. Source Control).  It also references Subversion command line examples, but the overview applies to most version control systems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</guid>
      <pubDate>Thu, 04 Oct 2007 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic - Migrate Me</title>
      <description>Rob demonstrates the early code samples for a GREAT upcoming feature in SubSonic - MIGRATIONS. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f03%2fsubsonic-migrate-me%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f03%2fsubsonic-migrate-me%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_Migrate_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_Migrate_Me</guid>
      <pubDate>Thu, 04 Oct 2007 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &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%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Wed, 03 Oct 2007 16:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Continuous Integration: The Cornerstone of a Great Shop</title>
      <description>This article shows how continuous integration can help to keep projects on track with a rapid feedback on the product status.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqazone.net%2fmodules%2fnews%2farticle.php%3fstoryid%3d61"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqazone.net%2fmodules%2fnews%2farticle.php%3fstoryid%3d61" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Continuous_Integration_The_Cornerstone_of_a_Great_Shop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Continuous_Integration_The_Cornerstone_of_a_Great_Shop</guid>
      <pubDate>Thu, 04 Oct 2007 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX templating technique</title>
      <description>Scott shows off a really cool way of using AJAX with custom web controls to make complex AJAX UI easier - without using UpdatePanels &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%2f10%2f22%2fTip_2F00_Trick_3A00_-Cool-UI-Templating-Technique-to-use-with-ASP.NET-AJAX-for-non_2D00_UpdatePanel-scenarios.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f10%2f22%2fTip_2F00_Trick_3A00_-Cool-UI-Templating-Technique-to-use-with-ASP.NET-AJAX-for-non_2D00_UpdatePanel-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_templating_technique</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_templating_technique</guid>
      <pubDate>Sun, 07 Oct 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Vista like Search Box</title>
      <description>In this post we are going to go over what it takes to create a control, and more specifically a Vista Search Box like control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderjournal.com%2f2007%2f03%2fcreating-a-vista-like-search-box%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderjournal.com%2f2007%2f03%2fcreating-a-vista-like-search-box%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Creating_a_Vista_like_Search_Box</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Creating_a_Vista_like_Search_Box</guid>
      <pubDate>Tue, 02 Oct 2007 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Directory Structure for Projects from the Master</title>
      <description>JP @ CodeBetter shows us how... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjean-paul_boodhoo%2farchive%2f2007%2f10%2f01%2fdirectory-structure-for-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjean-paul_boodhoo%2farchive%2f2007%2f10%2f01%2fdirectory-structure-for-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Directory_Structure_for_Projects_from_the_Master</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Directory_Structure_for_Projects_from_the_Master</guid>
      <pubDate>Sun, 07 Oct 2007 10:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>