<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by fossmo</title>
    <description>Stories kicked by fossmo</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>You shouldn't use a electronic storyboard</title>
      <description>When doing a sprint planning you should avoid using a electronic storyboard. My experience is that you end up with one person, probably the scrum master, running the whole show. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fYou-shouldnt-use-a-electronic-storyboard.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fYou-shouldnt-use-a-electronic-storyboard.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/You_shouldn_t_use_a_electronic_storyboard</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/You_shouldn_t_use_a_electronic_storyboard</guid>
      <pubDate>Sun, 16 Nov 2008 19:51:04 GMT</pubDate>
    </item>
    <item>
      <title>How to sell TDD</title>
      <description>Everyone is into TDD these days. Right? If you want to call yourself a serious developer, you need to write unit tests. Blogs and seminars are filling your head with: &amp;quot;TDD or loose your night sleep&amp;quot;. &amp;quot;TDD or write tons of documentation&amp;quot;. &amp;quot;TDD or have a crappy design&amp;quot;. I could go on forever...
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fHow-to-sell-TDD.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fHow-to-sell-TDD.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/How_to_sell_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/How_to_sell_TDD</guid>
      <pubDate>Thu, 09 Oct 2008 17:41:31 GMT</pubDate>
    </item>
    <item>
      <title>Model View Presenter explained</title>
      <description>It's time to have a look at the MVP pattern again. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fModel-View-Presenter-explained.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fModel-View-Presenter-explained.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Model_View_Presenter_explained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Model_View_Presenter_explained</guid>
      <pubDate>Tue, 15 Jul 2008 22:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Design Patterns - Command Pattern</title>
      <description>What's a lonely geek to do late in the evening? Write about the Command Pattern of course.

Let's start with the definition: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undo-able operations." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.cumps.be%2fdesign-patterns-command-pattern%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.cumps.be%2fdesign-patterns-command-pattern%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Design_Patterns_Command_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Design_Patterns_Command_Pattern</guid>
      <pubDate>Tue, 15 Jul 2008 22:04:59 GMT</pubDate>
    </item>
    <item>
      <title>When in Rome, try to improve</title>
      <description>Have you ever worked with people who uses this phrase a lot:
&amp;quot;We have always done it this way, so why should we do it any different now?&amp;quot;.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fWhen-in-Rome2c-try-to-improve!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fWhen-in-Rome2c-try-to-improve!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/When_in_Rome_try_to_improve</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/When_in_Rome_try_to_improve</guid>
      <pubDate>Sat, 12 Jul 2008 17:31:11 GMT</pubDate>
    </item>
    <item>
      <title>How lambda expressions can replace anonymous methods</title>
      <description>This post will introduced the syntax of a lambda expression and how it can replace anonymous methods.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fHow-lambda-expressions-can-replace-anonymous-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fHow-lambda-expressions-can-replace-anonymous-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_lambda_expressions_can_replace_anonymous_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_lambda_expressions_can_replace_anonymous_methods</guid>
      <pubDate>Mon, 05 May 2008 20:31:30 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Farm: LINQ Sets</title>
      <description>This is the sixth in a series of articles on LINQ. In this post the focus will be on the LINQ Set operators. Near the end of the post I include a short section on the importance of choosing the best operator for a particular task. Please see the links at the bottom of this post to retrieve the 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%2fcharlie%2farchive%2f2006%2f12%2f28%2flinq-farm-linq-sets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2006%2f12%2f28%2flinq-farm-linq-sets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_Farm_LINQ_Sets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_Farm_LINQ_Sets</guid>
      <pubDate>Tue, 02 Jan 2007 07:31:10 GMT</pubDate>
    </item>
    <item>
      <title>Intellisense for SQL Server with Red-Gate's Free SQL Prompt</title>
      <description>Red-Gate Software's free SQL Prompt tool provides Intellisense capabilities in SQL Server 2000 Enterprise Manager, Query Analyzer, SQL Server 2005 Management Studio, Visual Studio 2003 &amp;amp; 2005 and even UltraEdit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ficodeable.com%2fblogs%2ficode%2farchive%2f2006%2f12%2f29%2f58.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ficodeable.com%2fblogs%2ficode%2farchive%2f2006%2f12%2f29%2f58.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Intellisense_for_SQL_Server_with_Red_Gate_s_Free_SQL_Prompt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Intellisense_for_SQL_Server_with_Red_Gate_s_Free_SQL_Prompt</guid>
      <pubDate>Wed, 03 Jan 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Tree Surgeon - Development Tree Generator</title>
      <description>Have you ever spent a few days setting up a new development tree? Have you ever spent several days setting up several development trees? Have you even spent weeks trying to perfect all your development trees using a set of best practices?

If the answer to any of the above answers is 'yes', then you'll like Tree Surgeon!

Tree Surgeon is a .NET development tree generator. Just give it the name of your project, and it will set up a development tree for you in seconds. More than that, your new tree has years worth of accumulated build engineering experience built right in.

Give Tree Surgeon a spin today! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fconfluence.public.thoughtworks.org%2fdisplay%2fTREE%2fTree%2bSurgeon"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fconfluence.public.thoughtworks.org%2fdisplay%2fTREE%2fTree%2bSurgeon" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Tree_Surgeon_Development_Tree_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Tree_Surgeon_Development_Tree_Generator</guid>
      <pubDate>Thu, 12 Oct 2006 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Organizing Unit Tests and Projects With Solution Folders</title>
      <description>Rather than letting the alphabetical nature of the Solution Explorer drive my naming conventions, I will typically toss my tests in a separate Solutions Folder that separates it from the rest of the core code, etc. &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%2f2006%2f10%2f11%2fOrganizing-Unit-Tests-and-Projects-With-Solution-Folders.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid.hayden%2farchive%2f2006%2f10%2f11%2fOrganizing-Unit-Tests-and-Projects-With-Solution-Folders.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Organizing_Unit_Tests_and_Projects_With_Solution_Folders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Organizing_Unit_Tests_and_Projects_With_Solution_Folders</guid>
      <pubDate>Fri, 13 Oct 2006 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Model View Presenter mutated: Observable View</title>
      <description>One of my crusades of the past year has been to break myself and my team of the habit of embedding domain logic into the code-behinds of our ASP.NET pages... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fjim_bolla%2farchive%2f2006%2f10%2f03%2fObservableViewPattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fjim_bolla%2farchive%2f2006%2f10%2f03%2fObservableViewPattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Model_View_Presenter_mutated_Observable_View</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Model_View_Presenter_mutated_Observable_View</guid>
      <pubDate>Thu, 05 Oct 2006 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Recording of MSDN Canada Writing Secure Code Fundamentals</title>
      <description>A security screencast dealing with security topics every developer should be aware of when developing. Topics include: XSS, SQL Injection, BufferOverrun, Canonicalization Issues and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fs4cd%2farchive%2f2006%2f09%2f29%2f777818.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fs4cd%2farchive%2f2006%2f09%2f29%2f777818.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Recording_of_MSDN_Canada_Writing_Secure_Code_Fundamentals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Recording_of_MSDN_Canada_Writing_Secure_Code_Fundamentals</guid>
      <pubDate>Thu, 12 Oct 2006 12:31:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET spell checker application </title>
      <description>Check out this ASP.NET spell checker application and the best part is that it is free ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.loresoft.com%2fApplications%2fNetSpell%2fArticles%2f198.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.loresoft.com%2fApplications%2fNetSpell%2fArticles%2f198.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_spell_checker_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_spell_checker_application</guid>
      <pubDate>Wed, 13 Sep 2006 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>SharpDevelop2 2.0 Final Release</title>
      <description>The latest release of the free C# IDE is available for download &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.sharpdevelop.net%2fforums%2fthread%2f9838.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.sharpdevelop.net%2fforums%2fthread%2f9838.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SharpDevelop2_2_0_Final_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SharpDevelop2_2_0_Final_Release</guid>
      <pubDate>Sun, 23 Jul 2006 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Model View Presenter with ASP.NET</title>
      <description>This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fModelViewPresenter.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fModelViewPresenter.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Model_View_Presenter_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Model_View_Presenter_with_ASP_NET</guid>
      <pubDate>Mon, 17 Jul 2006 00:11:01 GMT</pubDate>
    </item>
    <item>
      <title>Fireball Framework - Free .NET Syntax Highlight Control and More</title>
      <description>Fireball Framework is project that aim to create the best controls and libraries for developer, the project already contains some control, CodeEditorControl with Syntax Highlight, Collections,Outlook Navigation bar and etc.. 

Here are some compiled examples: http://prdownloads.sourceforge.net/dotnetfireball/FireEdit_Bin.zip?download

Simply Excellent !! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfireball.net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfireball.net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fireball_Framework_Free_NET_Syntax_Highlight_Control_and_More</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fireball_Framework_Free_NET_Syntax_Highlight_Control_and_More</guid>
      <pubDate>Tue, 27 Jun 2006 17:09:01 GMT</pubDate>
    </item>
    <item>
      <title>Roland Weigelt's GhostDoc</title>
      <description>GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.roland-weigelt.de%2fghostdoc%2findex.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.roland-weigelt.de%2fghostdoc%2findex.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Roland_Weigelt_s_GhostDoc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Roland_Weigelt_s_GhostDoc</guid>
      <pubDate>Tue, 27 Jun 2006 09:13:01 GMT</pubDate>
    </item>
    <item>
      <title>Using Rhino Mocks To Unit Test Events on Interfaces</title>
      <description>Demonstrates how to use Rhino Mocks mock testing framework to unit test events. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f23%2fUsingRhinoMocksToUnitTestEventsOnInterfaces.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2006%2f06%2f23%2fUsingRhinoMocksToUnitTestEventsOnInterfaces.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Using_Rhino_Mocks_To_Unit_Test_Events_on_Interfaces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Using_Rhino_Mocks_To_Unit_Test_Events_on_Interfaces</guid>
      <pubDate>Fri, 23 Jun 2006 16:01:01 GMT</pubDate>
    </item>
    <item>
      <title>New .NET Framework 3.0 Community Website</title>
      <description>NetFx3.com is a new developer community that focuses on the four new technologies included in the Microsoft .NET Framework 3.0 (the technologies formerly known as WinFx):

    * Windows Communication Foundation 
    * Windows Presentation Foundation
    * Windows Workflow Foundation 
    * Windows CardSpace   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.netfx3.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.netfx3.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/New_NET_Framework_3_0_Community_Website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/New_NET_Framework_3_0_Community_Website</guid>
      <pubDate>Tue, 20 Jun 2006 16:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Static Members and Threading Best Practices</title>
      <description>&amp;quot;After reviewing some code examples out there, I decided it was time to look into static members and threading best practices.  I see a lot of the same mistakes being made over and over.  We can think of many times when we create static methods and properties that sometimes we forget that problems can arise.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fPodwysocki%2farchive%2f2006%2f06%2f07%2f81092.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fPodwysocki%2farchive%2f2006%2f06%2f07%2f81092.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Static_Members_and_Threading_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Static_Members_and_Threading_Best_Practices</guid>
      <pubDate>Thu, 08 Jun 2006 03:33:01 GMT</pubDate>
    </item>
    <item>
      <title>Enhancing Images using the Decorator Design Pattern</title>
      <description>Ever looked for a practical, meaningful use for the decorator pattern. This article will show how you apply the Decorator pattern to change the look of images at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fEnhancingImagesWithTheDecoratorPattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fEnhancingImagesWithTheDecoratorPattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Enhancing_Images_using_the_Decorator_Design_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Enhancing_Images_using_the_Decorator_Design_Pattern</guid>
      <pubDate>Sat, 27 May 2006 03:33:01 GMT</pubDate>
    </item>
    <item>
      <title>Handling Drop Down Lists in Web Pages With Model View Presenter</title>
      <description>Take a look at the way that drop down lists in web pages can be manipulated and controlled from outside of the code behind files, using the model view presenter pattern. Source code included. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fDealingWithDropDownListsWithTheMVPPattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fDealingWithDropDownListsWithTheMVPPattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Handling_Drop_Down_Lists_in_Web_Pages_With_Model_View_Presenter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Handling_Drop_Down_Lists_in_Web_Pages_With_Model_View_Presenter</guid>
      <pubDate>Thu, 25 May 2006 09:13:01 GMT</pubDate>
    </item>
  </channel>
</rss>