<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by JohnRLewis</title>
    <description>Stories kicked by JohnRLewis</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 CodePlex project: MvcSiteMap &amp;#226;?" ASP.NET MVC sitemap provider</title>
      <description>If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers. To tackle that, last year, somewhere in August, I released a proof-of-concept sitemap provider for the ASP.NET MVC framework on my blog. 

The blog post on sitemap provider I released back then has received numerous comments, suggestions, code snippets, . Together with Patrice Calve, we've released a new version of the sitemap provider on CodePlex: MvcSiteMap. 

This time I'll not dive into implementation details, but provide you with some of the features our sitemap provider erm. provides.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f03%2f20%2fNew-CodePlex-project-MvcSiteMap-ndash3b-ASPNET-MVC-sitemap-provider.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f03%2f20%2fNew-CodePlex-project-MvcSiteMap-ndash3b-ASPNET-MVC-sitemap-provider.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/New_CodePlex_project_MvcSiteMap_â_ASP_NET_MVC_sitemap_provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/New_CodePlex_project_MvcSiteMap_â_ASP_NET_MVC_sitemap_provider</guid>
      <pubDate>Tue, 24 Mar 2009 18:16:03 GMT</pubDate>
    </item>
    <item>
      <title>The ALT.NET Programming Contest</title>
      <description>Details the bot programming contest that was held at ALT.NET Seattle &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2faaron.jensen%2farchive%2f2009%2f03%2f05%2fthe-alt-net-programming-contest.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2faaron.jensen%2farchive%2f2009%2f03%2f05%2fthe-alt-net-programming-contest.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/The_ALT_NET_Programming_Contest</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/The_ALT_NET_Programming_Contest</guid>
      <pubDate>Fri, 06 Mar 2009 22:21:12 GMT</pubDate>
    </item>
    <item>
      <title>You're Doing It Wrong</title>
      <description>Templating tends to break down because it forces you to treat code and markup as two different and fundamentally incompatible things. We spend all our time awkwardly switching between markup-land and code-land using escape sequences. They're always fighting each other -- and us.  &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%2f001223.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001223.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/You_re_Doing_It_Wrong</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/You_re_Doing_It_Wrong</guid>
      <pubDate>Fri, 06 Feb 2009 20:31:07 GMT</pubDate>
    </item>
    <item>
      <title>Sad Way To Do Business</title>
      <description>how to make a bad impression with poor support and bad atitude and throw away thousands potential customers. &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%2f2009%2f02%2f02%2fopen-letter-to-xheo-that-is-not-a-good-way.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f02%2f02%2fopen-letter-to-xheo-that-is-not-a-good-way.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Sad_Way_To_Do_Business</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Sad_Way_To_Do_Business</guid>
      <pubDate>Wed, 04 Feb 2009 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate.Linq Alpha Released</title>
      <description>NHibernate.Linq is a Linq provider for NHibernate 2.0.1 GA.  It processes 
Linq expressions using NHibernate's Criteria API.  This release is meant as 
a stopgap release pending an implementation not reliant on the Criteria 
API.  Most queries are supported with the exception of the following: 
   - Group Joins 
   - Subqueries in select clause &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgroups.google.com%2fgroup%2fnhusers%2fbrowse_thread%2fthread%2fb7a3f537f4cbf46d"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgroups.google.com%2fgroup%2fnhusers%2fbrowse_thread%2fthread%2fb7a3f537f4cbf46d" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHibernate_Linq_Alpha_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHibernate_Linq_Alpha_Released</guid>
      <pubDate>Sat, 17 Jan 2009 00:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Using Adobe Flex in Visual Studio</title>
      <description>You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9536%2fusing-adobe-flex-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2farticle%2f9536%2fusing-adobe-flex-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_Adobe_Flex_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_Adobe_Flex_in_Visual_Studio</guid>
      <pubDate>Tue, 13 Jan 2009 03:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Automatic/Convention-based mapping entities with Fluent NHibernate</title>
      <description>James Gregory has a 4-part post on the &amp;quot;auto-mapping&amp;quot; features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc.  This is the first post of the 4, the others are linked as Trackbacks at the bottom.  After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jagregory.com%2f2009%2f01%2f10%2ffluent-nhibernate-auto-mapping-introduction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Automatic_Convention_based_mapping_entities_with_Fluent_NHibernate</guid>
      <pubDate>Mon, 12 Jan 2009 02:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Why you should not use the ADO.NET Entity Framework</title>
      <description>Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kindblad.com%2f2009%2f01%2f11%2fwhy-you-should-not-use-the-adonet-entity-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kindblad.com%2f2009%2f01%2f11%2fwhy-you-should-not-use-the-adonet-entity-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Why_you_should_not_use_the_ADO_NET_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Why_you_should_not_use_the_ADO_NET_Entity_Framework</guid>
      <pubDate>Mon, 12 Jan 2009 04:01:12 GMT</pubDate>
    </item>
    <item>
      <title>xVal - a validation framework for ASP.NET MVC</title>
      <description>xVal lets you link up your choice of server-side validation mechanism with your choice of client-side validation library. It guides you to fit them both into ASP.NET MVC conventions, so everything plays nicely with model binding and errors registered in ModelState. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f01%2f10%2fxval-a-validation-framework-for-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f01%2f10%2fxval-a-validation-framework-for-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/xVal_a_validation_framework_for_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/xVal_a_validation_framework_for_ASP_NET_MVC</guid>
      <pubDate>Sun, 11 Jan 2009 13:46:03 GMT</pubDate>
    </item>
    <item>
      <title>The Problems with NHibernate</title>
      <description>The problems that exist for NHibernate to become better, and have better adoption rates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeginnermediate.com%2fblogs%2fbuddylindsey%2farchive%2f2009%2f01%2f09%2fthe-problems-with-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Problems_with_NHibernate</guid>
      <pubDate>Sun, 11 Jan 2009 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>On the A* Search Algorithm</title>
      <description>I recently made a post about two generic delegates introduced in version 3.5 of the .NET Framework. As an example, I mentioned an implementation of the A* search algorithm. For those not familiar with the algorithm, A* (pronounce A Star) is one, if not the, most popular search algorithms in artificial intelligence. Generally, the algorithm visits nodes in a graph, taking certain aspects into consideration, until it finds a node that meets a specific goal condition or until there are no more nodes left. The algorithm is, usually, optimal and complete, which means it will always find the least expensive solution. This, however, can change depending on certain factors I will get into later on in the post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.raine-tech.com%2fblogs%2fjr%2fpost%2fOn-the-AStar-Search-Algorithm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.raine-tech.com%2fblogs%2fjr%2fpost%2fOn-the-AStar-Search-Algorithm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/On_the_A_Search_Algorithm_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/On_the_A_Search_Algorithm_1</guid>
      <pubDate>Tue, 23 Dec 2008 16:01:49 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Release Candidate shipping in January</title>
      <description>ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the 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%2fscottgu%2farchive%2f2008%2f12%2f19%2fasp-net-mvc-design-gallery-and-upcoming-view-improvements-with-the-asp-net-mvc-release-candidate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f12%2f19%2fasp-net-mvc-design-gallery-and-upcoming-view-improvements-with-the-asp-net-mvc-release-candidate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Release_Candidate_shipping_in_January</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Release_Candidate_shipping_in_January</guid>
      <pubDate>Fri, 19 Dec 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Oxite - Oh Dear Lord Why?! </title>
      <description>Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. &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%2f12%2f15%2foxite-oh-dear-lord-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</guid>
      <pubDate>Tue, 16 Dec 2008 22:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Choosing Between WebForms and MVC</title>
      <description>Another take on what to consider when making a decision between Asp.Net WebForms or Asp.Net MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.gadodia.net%2fchoosing-between-webforms-and-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.gadodia.net%2fchoosing-between-webforms-and-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Choosing_Between_WebForms_and_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Choosing_Between_WebForms_and_MVC</guid>
      <pubDate>Thu, 18 Dec 2008 01:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate - Conventions and AutoPersistenceModel</title>
      <description>Article shows how to use Fluent NHibernate and adjust Conventions to our needs. It also presents how to use AutoPersistenceModel to eliminate mappings.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarekblotny.blogspot.com%2f2008%2f12%2ffluent-nhibernate-conventions-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarekblotny.blogspot.com%2f2008%2f12%2ffluent-nhibernate-conventions-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Fluent_NHibernate_Conventions_and_AutoPersistenceModel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Fluent_NHibernate_Conventions_and_AutoPersistenceModel</guid>
      <pubDate>Mon, 15 Dec 2008 17:55:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Correct way of storing c# property in ViewState</title>
      <description>Correct way of storing c# property in ViewState. Classic example of null-coalesing operator ??. Property in ViewState code snippet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.karpach.com%2fproperty-in-viewstate.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.karpach.com%2fproperty-in-viewstate.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Correct_way_of_storing_c_property_in_ViewState</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Correct_way_of_storing_c_property_in_ViewState</guid>
      <pubDate>Mon, 15 Dec 2008 06:02:29 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate Introduction</title>
      <description>Article introduces Fluent NHibernate and quick start guide. Simple web application is available to download for everyone willing to play with Fluent NHibernate.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarekblotny.blogspot.com%2f2008%2f12%2ffluent-nhibernate-introduction-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarekblotny.blogspot.com%2f2008%2f12%2ffluent-nhibernate-introduction-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Fluent_NHibernate_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Fluent_NHibernate_Introduction</guid>
      <pubDate>Sat, 13 Dec 2008 23:32:08 GMT</pubDate>
    </item>
    <item>
      <title>SCRUM in 10 Minutes - HD Video</title>
      <description>Covers backlogs, burn-down charts, daily scrum, team roles and more. If you are new to SCRUM or want to teach someone else about SCRUM, this is a great resource. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dQ5k7a9YEoUI%26fmt%3d22"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dQ5k7a9YEoUI%26fmt%3d22" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/SCRUM_in_10_Minutes_HD_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/SCRUM_in_10_Minutes_HD_Video</guid>
      <pubDate>Mon, 15 Dec 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>[PSA] Using the Code Behind in MVC causes blindness</title>
      <description>Just a PSA on why NOT to use the Code Behinds in 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%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f12%2fpsa-using-the-code-behind-in-mvc-causes-blindness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f12%2fpsa-using-the-code-behind-in-mvc-causes-blindness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/PSA_Using_the_Code_Behind_in_MVC_causes_blindness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/PSA_Using_the_Code_Behind_in_MVC_causes_blindness</guid>
      <pubDate>Tue, 16 Dec 2008 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Autocomplete   JSON   ASP.NET MVC</title>
      <description>Great overview of undocumented jQuery AutoComplete. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.schuager.com%2f2008%2f09%2fjquery-autocomplete-json-apsnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.schuager.com%2f2008%2f09%2fjquery-autocomplete-json-apsnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Autocomplete_JSON_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Autocomplete_JSON_ASP_NET_MVC</guid>
      <pubDate>Mon, 15 Dec 2008 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to get WebORB and ASP.NET MVC to work together.</title>
      <description>WebORB does not play nicely with the default routing in ASP.NET MVC. This blog post shows how to configure routing so that both WebORB and ASP.NET MVC will function properly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspzone.com%2ftech%2fhow-to-get-weborb-and-asp-net-mvc-to-work-together%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspzone.com%2ftech%2fhow-to-get-weborb-and-asp-net-mvc-to-work-together%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_get_WebORB_and_ASP_NET_MVC_to_work_together</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_get_WebORB_and_ASP_NET_MVC_to_work_together</guid>
      <pubDate>Wed, 10 Dec 2008 01:33:42 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Inheritance Dependencies Using Generics and Lambdas</title>
      <description>A nice implementation of the Command pattern using generics and lambdas &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.managed-world.com%2f2008%2f06%2f15%2fAvoidingInheritanceDependenciesUsingGenericsAndLambdas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.managed-world.com%2f2008%2f06%2f15%2fAvoidingInheritanceDependenciesUsingGenericsAndLambdas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoiding_Inheritance_Dependencies_Using_Generics_and_Lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoiding_Inheritance_Dependencies_Using_Generics_and_Lambdas</guid>
      <pubDate>Mon, 07 Jul 2008 16:24:27 GMT</pubDate>
    </item>
    <item>
      <title>What makes me NOT want to leave a company/client/shop </title>
      <description>What makes me NOT want to leave a company &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%2f06%2f23%2fwhat-makes-me-not-want-to-leave-a-company-client-shop.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f23%2fwhat-makes-me-not-want-to-leave-a-company-client-shop.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/What_makes_me_NOT_want_to_leave_a_company_client_shop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/What_makes_me_NOT_want_to_leave_a_company_client_shop</guid>
      <pubDate>Wed, 25 Jun 2008 00:16:09 GMT</pubDate>
    </item>
    <item>
      <title>Metrosexual Developers</title>
      <description>A blog post I wrote on the value and importance of looking good as a software developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flypang.com%2fDevBlog%2fpost%2fMetrosexual-Developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flypang.com%2fDevBlog%2fpost%2fMetrosexual-Developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Metrosexual_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Metrosexual_Developers</guid>
      <pubDate>Fri, 04 Jul 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Strongly typing form methods with input values</title>
      <description>Description of how you can use LINQ to implement a missing feature of the HtmlHelper class &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgarryshutler.blogspot.com%2f2008%2f06%2faspnet-mvc-strongly-typing-form-methods.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgarryshutler.blogspot.com%2f2008%2f06%2faspnet-mvc-strongly-typing-form-methods.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Strongly_typing_form_methods_with_input_values</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Strongly_typing_form_methods_with_input_values</guid>
      <pubDate>Tue, 17 Jun 2008 01:46:03 GMT</pubDate>
    </item>
  </channel>
</rss>