<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Haacked</title>
    <description>Stories kicked by Haacked</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>Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC's AntiForg</title>
      <description>Steve Sanderson covers an attack that is not as well known as cross-site scripting (XSS) attacks called Cross-Site Request Forgery (CSRF) and some helpers in ASP.NET MVC CodePlex Preview 5 that can help mitigate the risk. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2008%2f09%2f01%2fprevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f09%2f01%2fprevent-cross-site-request-forgery-csrf-using-aspnet-mvcs-antiforgerytoken-helper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Prevent_Cross_Site_Request_Forgery_CSRF_using_ASP_NET_MVC_s_AntiForg</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Prevent_Cross_Site_Request_Forgery_CSRF_using_ASP_NET_MVC_s_AntiForg</guid>
      <pubDate>Tue, 09 Sep 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Preview 5 and Form Posting Scenarios </title>
      <description>Another epic post by The Gu &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%2f09%2f02%2fasp-net-mvc-preview-5-and-form-posting-scenarios.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f02%2fasp-net-mvc-preview-5-and-form-posting-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_5_and_Form_Posting_Scenarios</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Preview_5_and_Form_Posting_Scenarios</guid>
      <pubDate>Tue, 02 Sep 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC preview 5's AntiForgeryToken helper method and attribute</title>
      <description>The new ASP.NET MVC preview 5 featured a number of new HtmlHelper methods. One of these methods is the HtmlHelper.AntiForgeryToken.  &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%2f2008%2f09%2f01%2fASPNET-MVC-preview-5s-AntiForgeryToken-helper-method-and-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f09%2f01%2fASPNET-MVC-preview-5s-AntiForgeryToken-helper-method-and-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_5_s_AntiForgeryToken_helper_method_and_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_preview_5_s_AntiForgeryToken_helper_method_and_attribute</guid>
      <pubDate>Mon, 01 Sep 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using the ASP.NET MVC ModelBinder attribute</title>
      <description>ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, . When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.

This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. &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%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fUsing-the-ASPNET-MVC-ModelBinder-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_the_ASP_NET_MVC_ModelBinder_attribute</guid>
      <pubDate>Mon, 01 Sep 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Building an ASP.NET MVC sitemap provider with security trimming</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. 

In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! &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%2f2008%2f08%2f29%2fBuilding-an-ASPNET-MVC-sitemap-provider-with-security-trimming.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f08%2f29%2fBuilding-an-ASPNET-MVC-sitemap-provider-with-security-trimming.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_an_ASP_NET_MVC_sitemap_provider_with_security_trimming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_an_ASP_NET_MVC_sitemap_provider_with_security_trimming</guid>
      <pubDate>Fri, 29 Aug 2008 17:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2 supports OpenID</title>
      <description>Jon explains how OpenID works in Subtext 2 and how to configure it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</guid>
      <pubDate>Fri, 22 Aug 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.0 &amp;quot;Poseidon&amp;quot; Released!</title>
      <description>Subtext 2.0 is hot off the CI Server and the new bits are packed with a metric crap-load of bug fixes, new features, and patches. &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%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</guid>
      <pubDate>Wed, 13 Aug 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft and Open Source...A New Love Story</title>
      <description>Brian Prince outlines the latest happenings between Microsoft and the open source community.  Including sponsoring the Apache Software Foundation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.brianhprince.com%2f2008%2f07%2fleon-i-can-answer-your-question-now.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.brianhprince.com%2f2008%2f07%2fleon-i-can-answer-your-question-now.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Microsoft_and_Open_Source_A_New_Love_Story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Microsoft_and_Open_Source_A_New_Love_Story</guid>
      <pubDate>Fri, 01 Aug 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Herding Code Podcast: Episode 9 with Rob Conery</title>
      <description>The Herding Code crew (K. Scott Allen, Kevin Dente, Scott &amp;quot;LazyCoder&amp;quot; Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d24"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d24" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Herding_Code_Podcast_Episode_9_with_Rob_Conery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Herding_Code_Podcast_Episode_9_with_Rob_Conery</guid>
      <pubDate>Wed, 16 Jul 2008 21:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Negative Attitudes are a Cancer to Successful Teams</title>
      <description>Team members with a negative attitude are thieves, robbing the team of its potential, its moral, and often its success. &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%2f07%2f08%2fnegative-attitudes-are-a-cancer-to-successful-teams.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f07%2f08%2fnegative-attitudes-are-a-cancer-to-successful-teams.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Negative_Attitudes_are_a_Cancer_to_Successful_Teams</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Negative_Attitudes_are_a_Cancer_to_Successful_Teams</guid>
      <pubDate>Tue, 08 Jul 2008 16:16:09 GMT</pubDate>
    </item>
    <item>
      <title>ViewData &amp;quot;dot&amp;quot; Notation Expressions in ASP.NET MVC</title>
      <description>ASP.NET MVC Preview 3 introduced a new concept that I'm calling &amp;quot;dot&amp;quot; notation expressions off of your ViewData. See how these expressions can be used and how powerful they are. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f05%2fViewData-quot3bdotquot3b-Notation-Expressions-in-ASPNET-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f05%2fViewData-quot3bdotquot3b-Notation-Expressions-in-ASPNET-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ViewData_dot_Notation_Expressions_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ViewData_dot_Notation_Expressions_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 29 May 2008 16:16:13 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC - Extracting Web Resources</title>
      <description>One nice feature that ASP.NET added in the 2.0 feature set was the ability to embed resources directly within an assembly and then later extract them through a separate Http Handler. You've notably saw this by all the WebResource.axd calls. If you're building a ASP.NET MVC view, you have two ways of extracting web resource urls. Find out how to do this in your view and through a new extension method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f05%2fASPNET-MVC---Extracting-Web-Resources.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f05%2fASPNET-MVC---Extracting-Web-Resources.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Extracting_Web_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Extracting_Web_Resources</guid>
      <pubDate>Thu, 15 May 2008 18:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Delegating Action Result</title>
      <description>An MVC Action Result that uses a lambda to allow putting in any code in the result. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f11%2fdelegating-action-result.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f11%2fdelegating-action-result.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Delegating_Action_Result</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Delegating_Action_Result</guid>
      <pubDate>Mon, 12 May 2008 16:53:39 GMT</pubDate>
    </item>
    <item>
      <title>Writing A Custom File Download Action Result For ASP.NET MVC</title>
      <description>In this post, I'll walk through building a custom action result for downloading files. As you'll see, they are extremely easy to build. Let's start at the end and see what the end-user behavior of this new result will be. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f10%2fwriting-a-custom-file-download-action-result-for-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f05%2f10%2fwriting-a-custom-file-download-action-result-for-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Writing_A_Custom_File_Download_Action_Result_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Writing_A_Custom_File_Download_Action_Result_For_ASP_NET_MVC</guid>
      <pubDate>Mon, 12 May 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Hacking Visual Studio to Use More Than 2Gigabytes of Memory</title>
      <description>Got more than 2GB of RAM in your machine? Get around the 2GB memory limit by making Visual Studio large address aware. &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%2f04%2f29%2fhacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f29%2fhacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Hacking_Visual_Studio_to_Use_More_Than_2Gigabytes_of_Memory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Hacking_Visual_Studio_to_Use_More_Than_2Gigabytes_of_Memory</guid>
      <pubDate>Wed, 30 Apr 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Anatomy of a Design Change</title>
      <description>One example (among many) of how a seemingly small design change ends up requiring a lot of thought and work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f24%2fanatomy-of-a-design-change.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f24%2fanatomy-of-a-design-change.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Anatomy_of_a_Design_Change</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Anatomy_of_a_Design_Change</guid>
      <pubDate>Mon, 28 Apr 2008 14:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Monkey Patching CLR Objects</title>
      <description>An example of DLR/CLR Interop to dynamically add new methods to a CLR object for use in IronRuby. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f18%2fmonkey-patching-clr-objects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f18%2fmonkey-patching-clr-objects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Monkey_Patching_CLR_Objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Monkey_Patching_CLR_Objects</guid>
      <pubDate>Mon, 28 Apr 2008 04:50:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC - Legacy Url Routing</title>
      <description>When converting web form applications to MVC, it requires a new Url structure. Learn how to handle legacy Url's within an MVC application by appropriately redirecting them to the correct MVC Url. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f04%2fASPNET-MVC---Legacy-Url-Routing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.eworldui.net%2fpost%2f2008%2f04%2fASPNET-MVC---Legacy-Url-Routing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Legacy_Url_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Legacy_Url_Routing</guid>
      <pubDate>Fri, 25 Apr 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>47 ASP.NET MVC Resources</title>
      <description>Craig Shoemaker highlights some of the best ASP.NET MVC resources available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f04%2f24%2f47-asp-net-mvc-resources-to-rock-your-development.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f04%2f24%2f47-asp-net-mvc-resources-to-rock-your-development.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/47_ASP_NET_MVC_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/47_ASP_NET_MVC_Resources</guid>
      <pubDate>Thu, 24 Apr 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Defining Routes and Views with IronRuby in ASP.NET MVC</title>
      <description>Discussion of integrating IronRuby with ASP.NET MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f22%2fdefining-asp.net-mvc-routes-and-views-in-ironruby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f04%2f22%2fdefining-asp.net-mvc-routes-and-views-in-ironruby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Defining_Routes_and_Views_with_IronRuby_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Defining_Routes_and_Views_with_IronRuby_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 22 Apr 2008 22:53:57 GMT</pubDate>
    </item>
    <item>
      <title>The Developer Exchange Program</title>
      <description>How much better a developer would you be if you could regularly observe another Agile team in action... in person. &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%2f04%2f20%2fthe-developer-exchange-program.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f20%2fthe-developer-exchange-program.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</guid>
      <pubDate>Tue, 22 Apr 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Source Refresh Preview</title>
      <description>ScottGus Blogpost to the new MVC drop on Codeplex &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%2f04%2f16%2fasp-net-mvc-source-refresh-preview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f04%2f16%2fasp-net-mvc-source-refresh-preview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Refresh_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Source_Refresh_Preview</guid>
      <pubDate>Thu, 17 Apr 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Interim Released (4/16/2008)</title>
      <description>Get the latest MVC Source Code while it is hot. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f04%2faspnet-mvc-interim-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f04%2faspnet-mvc-interim-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Interim_Released_4_16_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Interim_Released_4_16_2008</guid>
      <pubDate>Thu, 17 Apr 2008 02:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework 2 - A step by step guide </title>
      <description>If you're just getting started with ASP.Net MVC you should read this article; it goes step by step and explains how to use MVC in a quite simplistic (yet clear) example.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2008%2f04%2f16%2fasp-net-mvc-framework-2-a-step-by-step-guide-to-create-a-simple-web-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2008%2f04%2f16%2fasp-net-mvc-framework-2-a-step-by-step-guide-to-create-a-simple-web-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_2_A_step_by_step_guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_2_A_step_by_step_guide</guid>
      <pubDate>Wed, 16 Apr 2008 19:16:13 GMT</pubDate>
    </item>
    <item>
      <title>This Is Why We Can't Have Nice Things, People</title>
      <description>A brief discussion of the Rob Conery TDD backlash, and what it says about open-source on .NET, and the community at large. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2008%2f04%2f09%2fthis-is-why-we-cant-have-nice-things-people%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2008%2f04%2f09%2fthis-is-why-we-cant-have-nice-things-people%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/This_Is_Why_We_Can_t_Have_Nice_Things_People</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/This_Is_Why_We_Can_t_Have_Nice_Things_People</guid>
      <pubDate>Wed, 09 Apr 2008 14:46:13 GMT</pubDate>
    </item>
  </channel>
</rss>