<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by JozefSevcik</title>
    <description>Stories kicked by JozefSevcik</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> New IIS7 Releases: URL Rewrite, Application Routing and Load Balancin</title>
      <description>New releases for IIS 7 from Microsoft, CTP1 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.iis.net%2fbills%2farchive%2f2008%2f07%2f09%2fnew-iis7-releases-url-rewrite-application-routing-and-load-balancing-and-powershell-cmd-lets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_IIS7_Releases_URL_Rewrite_Application_Routing_and_Load_Balancin</guid>
      <pubDate>Sat, 12 Jul 2008 19:12:04 GMT</pubDate>
    </item>
    <item>
      <title>How to Scale with Memcached on .NET</title>
      <description>Though .NET apps scale well thanks to caching, you can always use Memcached to scale further. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f07%2f07%2fscale-cheaply-memcached.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f07%2f07%2fscale-cheaply-memcached.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Scale_with_Memcached_on_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Scale_with_Memcached_on_NET</guid>
      <pubDate>Thu, 10 Jul 2008 07:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Mocking with Rhino Mocks</title>
      <description>A short screencast introduction to Mocking with Rhino Mocks &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f12"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f12" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Introduction_to_Mocking_with_Rhino_Mocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Introduction_to_Mocking_with_Rhino_Mocks</guid>
      <pubDate>Tue, 17 Jun 2008 14:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Sending SMTP Email Asynchronously</title>
      <description>Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool.  This process can be accelerated with considered use of asynchronous sending. &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%2fSendSmtpAsync.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSendSmtpAsync.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Sending_SMTP_Email_Asynchronously</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Sending_SMTP_Email_Asynchronously</guid>
      <pubDate>Tue, 17 Jun 2008 16:16:09 GMT</pubDate>
    </item>
    <item>
      <title>Castle DictionaryAdapter</title>
      <description>DictionaryAdapter is a component of the Castle stack which can create an adapter between an interface and a dictionary at runtime. The DictionaryAdapter combines the flexibility of a dictionary with the type safety and convenience provided by a strong API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fCastle-DictionaryAdapter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fCastle-DictionaryAdapter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Castle_DictionaryAdapter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Castle_DictionaryAdapter</guid>
      <pubDate>Tue, 10 Jun 2008 13:05:20 GMT</pubDate>
    </item>
    <item>
      <title>Arrange items in a list according to a list of keys</title>
      <description>Recently I needed an algorithm to change the order of elements in an item list of type IList&amp;lt;T&amp;gt;. The items had a unique key. The new order of the items was defined by a second collection which only contained the keys in the new order. Therefore, the algorithm had to move the elements in the IList&amp;lt;T&amp;gt; in such a way that their order matches the order of the key in the key collection &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fArrange-items-in-a-list-according-to-a-list-of-keys.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fArrange-items-in-a-list-according-to-a-list-of-keys.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Arrange_items_in_a_list_according_to_a_list_of_keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Arrange_items_in_a_list_according_to_a_list_of_keys</guid>
      <pubDate>Thu, 05 Jun 2008 10:53:10 GMT</pubDate>
    </item>
    <item>
      <title>CruiseControl.Net Tutorial - Part 1</title>
      <description>The first part of a tutorial about setting up and configuring CruiseControl.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</guid>
      <pubDate>Mon, 02 Jun 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Awesome web development and web design articles and sites in May 2008 </title>
      <description>This article shows a reviews of 16 great articles and sites I found in May 2008. There are articles about web development with ASP.NET, Ajax and jQuery. There are also a great web design resources, tools, plugins, BlogEngine.NET extensions and one great usability article. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f30%2fAwesome-web-development-and-web-design-articles-and-sites-in-May-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f30%2fAwesome-web-development-and-web-design-articles-and-sites-in-May-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Awesome_web_development_and_web_design_articles_and_sites_in_May_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Awesome_web_development_and_web_design_articles_and_sites_in_May_2008</guid>
      <pubDate>Fri, 30 May 2008 15:31:12 GMT</pubDate>
    </item>
    <item>
      <title>CSS Message Boxes for different message types </title>
      <description>Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to &amp;quot;Account available&amp;quot;. But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful.

I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f05%2f22%2fCSS-Message-Boxes-for-different-message-types.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/CSS_Message_Boxes_for_different_message_types</guid>
      <pubDate>Thu, 22 May 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>The Easy Way to TDD</title>
      <description>Learn how easy TDD can be...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f05%2f14%2fthe-easy-way-to-tdd.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f05%2f14%2fthe-easy-way-to-tdd.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/The_Easy_Way_to_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/The_Easy_Way_to_TDD</guid>
      <pubDate>Thu, 15 May 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 3.5 Book from Amazon for only $16</title>
      <description>ASP.NET 3.5 Book from Amazon for only $16 &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%2f05%2f06%2fprofessional-asp-net-3-5-book-only-16-on-amazon-for-a-short-time.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f06%2fprofessional-asp-net-3-5-book-only-16-on-amazon-for-a-short-time.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_Book_from_Amazon_for_only_16</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_3_5_Book_from_Amazon_for_only_16</guid>
      <pubDate>Tue, 06 May 2008 16:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Using NHibernate (years after I should have been)</title>
      <description>Getting up and running with NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fUsing-NHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fUsing-NHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_NHibernate_years_after_I_should_have_been</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_NHibernate_years_after_I_should_have_been</guid>
      <pubDate>Thu, 01 May 2008 12:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Why VisualSVN 1.4 Is So Great</title>
      <description>So after the installation of VisualSVN 1.4, I don't think I'll ever look back. Finally a version of Visual Studio source control integration to make me leave the realms of Visual Source Safe forever. &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%2f04%2fWhy-VisualSVN-14-Is-So-Great.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f04%2fWhy-VisualSVN-14-Is-So-Great.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Why_VisualSVN_1_4_Is_So_Great</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Why_VisualSVN_1_4_Is_So_Great</guid>
      <pubDate>Fri, 25 Apr 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>VisualSVN 1.4 Released</title>
      <description>The best Visual Studio add-in for working with Subversion has released an update. A couple new features and a lot of bug fixes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visualsvn.com%2fchangelog.html%23v1.4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visualsvn.com%2fchangelog.html%23v1.4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/VisualSVN_1_4_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/VisualSVN_1_4_Released</guid>
      <pubDate>Mon, 21 Apr 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Correctly disposing using the using()-statement</title>
      <description>A nice little article for newbies about how the using()-statement in C# works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f04%2f10%2fdispose_correctly_with_the_using_statement%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f04%2f10%2fdispose_correctly_with_the_using_statement%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Correctly_disposing_using_the_using_statement</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Correctly_disposing_using_the_using_statement</guid>
      <pubDate>Fri, 18 Apr 2008 16:16:07 GMT</pubDate>
    </item>
    <item>
      <title>IoC Container Benchmark </title>
      <description>Performance benchmark of Unity, Windsor, StructureMap and Spring.NET. Interesting.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinginstinct.com%2f2008%2f04%2fioc-container-benchmark-unity-windsor.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinginstinct.com%2f2008%2f04%2fioc-container-benchmark-unity-windsor.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/IoC_Container_Benchmark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/IoC_Container_Benchmark</guid>
      <pubDate>Tue, 15 Apr 2008 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Massive BlogEngine.Net Security Hole - Fix Provided</title>
      <description>A massive security hole in BlogEngine.net was just revealed that allows anyone to see your passwords... Danny Douglass explains the issue and provides a patched BlogEngine.Core assembly to resolve the issue until the next release of BlogEngine is available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f04%2fBlogEngine-and-the-JavaScript-HttpHandler-Serious-Security-Issue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f04%2fBlogEngine-and-the-JavaScript-HttpHandler-Serious-Security-Issue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Massive_BlogEngine_Net_Security_Hole_Fix_Provided</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Massive_BlogEngine_Net_Security_Hole_Fix_Provided</guid>
      <pubDate>Mon, 14 Apr 2008 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>37 More Shocking jQuery Plugins</title>
      <description>Interesting plugins for jQuery Javascript library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noupe.com%2fajax%2f37-more-shocking-jquery-plugins.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noupe.com%2fajax%2f37-more-shocking-jquery-plugins.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/37_More_Shocking_jQuery_Plugins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/37_More_Shocking_jQuery_Plugins</guid>
      <pubDate>Thu, 10 Apr 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Spring.NET and NHibernate with ASP.NET MVC</title>
      <description>getting NHibernate lazy loading to work in symbiosis with Spring.NET dependency injection for controllers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2008%2f04%2f04%2fusing-spring-net-and-nhibernate-with-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2008%2f04%2f04%2fusing-spring-net-and-nhibernate-with-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_Spring_NET_and_NHibernate_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_Spring_NET_and_NHibernate_with_ASP_NET_MVC</guid>
      <pubDate>Tue, 08 Apr 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate FAQ Blog</title>
      <description>NHibernate FAQ in form of blog, just launched. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f04%2f04%2fThe-NHibernate-FAQ-Blog.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f04%2f04%2fThe-NHibernate-FAQ-Blog.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/NHibernate_FAQ_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/NHibernate_FAQ_Blog</guid>
      <pubDate>Mon, 07 Apr 2008 02:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Minimal requirements for 'Good' Software</title>
      <description>Good software isn't just the code, it's the care and feeding of the code. It's important that the code can be found, built, and deployed repeatably by someone other than the original developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f03%2f16%2ftime-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f03%2f16%2ftime-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Minimal_requirements_for_Good_Software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Minimal_requirements_for_Good_Software</guid>
      <pubDate>Tue, 08 Apr 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Setting up authentication in asp.net MVC</title>
      <description>Step by step guide on setting up a simple forms authentication scenario in asp.net MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f03%2fSetting-up-authentication-in-aspnet-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f03%2fSetting-up-authentication-in-aspnet-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Setting_up_authentication_in_asp_net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Setting_up_authentication_in_asp_net_MVC</guid>
      <pubDate>Tue, 01 Apr 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 Alpha is out</title>
      <description>Description of changes in new alpha release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f03%2f31%2fNHibernate-2.0-Alpha-is-out.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f03%2f31%2fNHibernate-2.0-Alpha-is-out.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_2_0_Alpha_is_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_2_0_Alpha_is_out</guid>
      <pubDate>Wed, 02 Apr 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>CSS Message Box collection</title>
      <description>a collection of some simple CSS styles you can apply to your message boxes &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwoork.blogspot.com%2f2008%2f03%2fcss-message-box-collection.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwoork.blogspot.com%2f2008%2f03%2fcss-message-box-collection.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CSS_Message_Box_collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CSS_Message_Box_collection</guid>
      <pubDate>Sun, 30 Mar 2008 03:31:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Action Filter - Caching and Compression</title>
      <description>Playing with Action Filters &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2008%2f03%2f28%2fasp-net-mvc-action-filter-caching-and-compression.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2008%2f03%2f28%2fasp-net-mvc-action-filter-caching-and-compression.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Action_Filter_Caching_and_Compression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Action_Filter_Caching_and_Compression</guid>
      <pubDate>Thu, 27 Mar 2008 21:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>