<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Reman</title>
    <description>Stories kicked by Reman</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>xVal v1.0 is now released</title>
      <description>In case you're not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft's DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules.

Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. &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%2f09%2f17%2fxval-v10-now-available%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f09%2f17%2fxval-v10-now-available%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/xVal_v1_0_is_now_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/xVal_v1_0_is_now_released</guid>
      <pubDate>Fri, 18 Sep 2009 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC MvcSiteMapProvider 1.0 released</title>
      <description>Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex.

Ever since the source code release I did back in March, a lot of new features have been added, such as HtmlHelper extension methods, attributes, dynamic parameters, . I'll leave most of them up to you to discover, but there are some I want to quickly highlight. &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%2f09%2f04%2fASPNET-MVC-MvcSiteMapProvider-10-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f09%2f04%2fASPNET-MVC-MvcSiteMapProvider-10-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_MvcSiteMapProvider_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_MvcSiteMapProvider_1_0_released</guid>
      <pubDate>Tue, 08 Sep 2009 01:15:00 GMT</pubDate>
    </item>
    <item>
      <title>MsSqlSpatial Demo using Google Maps</title>
      <description>Shows how to use the MsSqlSpatial library with Google Maps GIS application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2009%2f08%2fusing-mssqlspatial-with-google-maps%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.raihaniqbal.net%2fblog%2f2009%2f08%2fusing-mssqlspatial-with-google-maps%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/MsSqlSpatial_Demo_using_Google_Maps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/MsSqlSpatial_Demo_using_Google_Maps</guid>
      <pubDate>Wed, 26 Aug 2009 10:15:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL Azure Manager</title>
      <description>SQL Azure manager: a community effort to quickly enable connecting to your SQL Azure database(s) and perform basic tasks.  &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%2f08%2f26%2fSQL-Azure-Manager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f08%2f26%2fSQL-Azure-Manager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/SQL_Azure_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/SQL_Azure_Manager</guid>
      <pubDate>Wed, 26 Aug 2009 11:00:04 GMT</pubDate>
    </item>
    <item>
      <title>Writing Great Unit Tests: Best and Worst Practises</title>
      <description>A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component's behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn't prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way.

How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? &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%2f08%2f24%2fwriting-great-unit-tests-best-and-worst-practises%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f08%2f24%2fwriting-great-unit-tests-best-and-worst-practises%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Writing_Great_Unit_Tests_Best_and_Worst_Practises</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Writing_Great_Unit_Tests_Best_and_Worst_Practises</guid>
      <pubDate>Tue, 25 Aug 2009 03:30:04 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate vs Entity Framework: a performance test</title>
      <description>Measured the performance of some .NET ORM frameworks including NHibernate and Entity Framework. Results showed that Entity Framework is better at storing data while NHibernate is better at deleting it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgregdoesit.com%2f2009%2f08%2fnhibernate-vs-entity-framework-a-performance-test%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgregdoesit.com%2f2009%2f08%2fnhibernate-vs-entity-framework-a-performance-test%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NHibernate_vs_Entity_Framework_a_performance_test</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NHibernate_vs_Entity_Framework_a_performance_test</guid>
      <pubDate>Fri, 21 Aug 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Siesta: Painless REST via ASP.NET MVC</title>
      <description>A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2009%2f08%2f10%2fsiesta-painless-rest-via-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2009%2f08%2f10%2fsiesta-painless-rest-via-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Siesta_Painless_REST_via_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Siesta_Painless_REST_via_ASP_NET_MVC</guid>
      <pubDate>Tue, 11 Aug 2009 03:30:01 GMT</pubDate>
    </item>
    <item>
      <title>NerdDinner with Fluent NHibernate Part 1 - The domain model</title>
      <description>This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f08%2f10%2fNerdDinner-with-Fluent-NHibernate-Part-1-The-domain-model.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bengtbe.com%2fblog%2fpost%2f2009%2f08%2f10%2fNerdDinner-with-Fluent-NHibernate-Part-1-The-domain-model.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NerdDinner_with_Fluent_NHibernate_Part_1_The_domain_model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NerdDinner_with_Fluent_NHibernate_Part_1_The_domain_model</guid>
      <pubDate>Tue, 11 Aug 2009 09:30:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Menu with jQuery Superfish</title>
      <description>Choosing the right type of menu for a website is not easy at all. The ASP.NET Menu Control is definitely NOT a good starting point due to the horrendous markup it renders. The idea is to use a modified version of the CssFriendly Menu adapter with the jQuery Superfish plugin. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f08%2f09%2fASPNET-Menu-with-jQuery-Superfish.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f08%2f09%2fASPNET-Menu-with-jQuery-Superfish.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/ASP_NET_Menu_with_jQuery_Superfish</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/ASP_NET_Menu_with_jQuery_Superfish</guid>
      <pubDate>Tue, 11 Aug 2009 23:00:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC StrongRoutes AppAir.Web Preview Release</title>
      <description>Magic strings be gone! make your routes strongly typed today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bleevo.com%2f2009%2f08%2faspnet-mvc-strongroutes-appairweb-preview-release%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bleevo.com%2f2009%2f08%2faspnet-mvc-strongroutes-appairweb-preview-release%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_StrongRoutes_AppAir_Web_Preview_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_StrongRoutes_AppAir_Web_Preview_Release</guid>
      <pubDate>Wed, 12 Aug 2009 01:15:05 GMT</pubDate>
    </item>
    <item>
      <title>Upload Multiple Files in ASP.NET using jQuery</title>
      <description>Continuing my 'no less than an exciting' journey of exploring ASP.NET with jQuery, today's article will demonstrate how to Upload multiple files in ASP.NET using jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d317" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Upload_Multiple_Files_in_ASP_NET_using_jQuery</guid>
      <pubDate>Thu, 09 Jul 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Session Attacks and ASP.NET - Part 1</title>
      <description>I've spent some time recently looking for updated information regarding session attacks as they apply to ASP.NET and am still not completely satisfied with how Microsoft has decided to implement session management  in ASP.NET 2.0+.  Part 1 explores ASP.NET session management, authentication, and session attacks against ASP.NET with a comparison of how ASP.NET stacks up against mitigation techniques against these attacks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.sans.org%2fappsecstreetfighter%2f2009%2f06%2f16%2fsession-attacks-and-aspnet-part-1%2fcomment-page-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Session_Attacks_and_ASP_NET_Part_1</guid>
      <pubDate>Thu, 18 Jun 2009 15:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Web.config transforms</title>
      <description>Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let's see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</guid>
      <pubDate>Mon, 22 Jun 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Integration Testing Your ASP.NET MVC Application</title>
      <description>Unit tests are great for proving the correctness of a single component. But how can you prove that you whole ASP.NET MVC application hangs together properly - including its view templates, configuration settings, and database schema? Integration tests cover what unit tests can't - Steven Sanderson shows one way to approach it 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%2fblog.codeville.net%2f2009%2f06%2f11%2fintegration-testing-your-aspnet-mvc-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f06%2f11%2fintegration-testing-your-aspnet-mvc-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Integration_Testing_Your_ASP_NET_MVC_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Integration_Testing_Your_ASP_NET_MVC_Application</guid>
      <pubDate>Fri, 12 Jun 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0: ActiveRecord</title>
      <description>Google's project site is down for a while and I have some perf tests running in the background so I thought it might be time to crank out a few more "preview" posts of SubSonic 3.0. This one's about ActiveRecord - one of my favorite patterns for its ease of use and versatility. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-activerecord%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-activerecord%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_3_0_ActiveRecord</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_3_0_ActiveRecord</guid>
      <pubDate>Thu, 11 Jun 2009 14:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Exploring how to use Global Variables and ViewData (Strongly typed and</title>
      <description>Taking a look at how to utilized both global variables and local variables. We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data. &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%2f117"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f117" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exploring_how_to_use_Global_Variables_and_ViewData_Strongly_typed_and</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exploring_how_to_use_Global_Variables_and_ViewData_Strongly_typed_and</guid>
      <pubDate>Thu, 11 Jun 2009 13:15:03 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0: The SimpleRepository &amp;#171; Rob Conery</title>
      <description>Rob is adding a very nice simple repository to SubSonic 3.0 that will give SubSonic top-notch POCO support and very slick migrations. Mapping files be damned! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-the-simplerepository%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fsubsonic%2fsubsonic-30-the-simplerepository%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_3_0_The_SimpleRepository_Rob_Conery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_3_0_The_SimpleRepository_Rob_Conery</guid>
      <pubDate>Thu, 11 Jun 2009 08:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Binding in ASP.NET MVC</title>
      <description>Answers to some frequently asked questions about binding data to forms in ASP.NET MVC.  Covers Bind(), ModelBinders, and ViewData.Model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 11 Jun 2009 02:45:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Installer For Visual Studio 2010 Beta 1 And Roadmap</title>
      <description>&amp;quot;Today I'm happy to announce that we're done with the work I described and the installer is now available on CodePlex. Be sure to give it a try as many of the new VS10 features intended to support the TDD workflow fit very nicely with ASP.NET MVC, which ScottGu will describe in an upcoming blog post.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f06%2f09%2faspnetmvc-vs10beta1-roadmap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f06%2f09%2faspnetmvc-vs10beta1-roadmap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Installer_For_Visual_Studio_2010_Beta_1_And_Roadmap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Installer_For_Visual_Studio_2010_Beta_1_And_Roadmap</guid>
      <pubDate>Wed, 10 Jun 2009 06:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Tag Cloud using ASP.NET MVC and the Entity Framework</title>
      <description>A Tag Cloud is a visual depiction of Tags or categories on a web site. CSS is used to set the variable font size of each Tag to illustrate its relative frequency or popularity within the site. As part of the migration of my site to ASP.NET MVC, I am introducing one to replace the Categories navigation that appears on the left hand side of each page, which contains a count of items within each category. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d107"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d107" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Tag_Cloud_using_ASP_NET_MVC_and_the_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Tag_Cloud_using_ASP_NET_MVC_and_the_Entity_Framework</guid>
      <pubDate>Tue, 09 Jun 2009 17:45:01 GMT</pubDate>
    </item>
    <item>
      <title>IIS Search Engine Optimization Toolkit (ScottGu)</title>
      <description>&amp;quot;Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f06%2f03%2fiis-search-engine-optimization-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IIS_Search_Engine_Optimization_Toolkit_ScottGu</guid>
      <pubDate>Thu, 04 Jun 2009 08:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie's links for May 30th</title>
      <description>More of Scott Guthrie's links:  May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio. &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%2f2009%2f05%2f30%2fmay-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f05%2f30%2fmay-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Guthrie_s_links_for_May_30th</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Guthrie_s_links_for_May_30th</guid>
      <pubDate>Wed, 03 Jun 2009 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL changes in .NET 4.0</title>
      <description>What's fixed and breaking changes for LINQ to SQL in .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</guid>
      <pubDate>Wed, 03 Jun 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Saying Hello to the Spark View Engine</title>
      <description>Taking a introductory look at the Spark View engine. The Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. &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%2f113"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f113" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Saying_Hello_to_the_Spark_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Saying_Hello_to_the_Spark_View_Engine</guid>
      <pubDate>Wed, 27 May 2009 19:15:00 GMT</pubDate>
    </item>
    <item>
      <title>25+ Best ASP.NET MVC Tutorials and Articles</title>
      <description>In this article we collected best tutorials and articles about 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.ajaxline.com%2f25-plus-best-asp-net-mvc-tutorials-and-articles"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxline.com%2f25-plus-best-asp-net-mvc-tutorials-and-articles" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/25_Best_ASP_NET_MVC_Tutorials_and_Articles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/25_Best_ASP_NET_MVC_Tutorials_and_Articles</guid>
      <pubDate>Thu, 21 May 2009 13:32:36 GMT</pubDate>
    </item>
  </channel>
</rss>
