<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Lord</title>
    <description>Stories kicked by Lord</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>Self Installing Windows Service</title>
      <description>Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkim%2farchive%2f2009%2f01%2f04%2fself-installing-windows-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Self_Installing_Windows_Service</guid>
      <pubDate>Tue, 06 Jan 2009 01:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Secure ASP.NET MVC Applications</title>
      <description>One of the greatest advantages of ASP.NET MVC is that it provides a &amp;quot;Close to the Metal&amp;quot; programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server controls would be automatically HTML-encoded their outputs. While developing ASP.NET MVC apllications, you should filter your HTML to avoid XSS attacks. Use the following HTML helper methods to avoid vulnerabilities in your ASP.NET MVC applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2008%2f12%2f18%2fsecure-asp-net-mvc-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshijuvarghese%2farchive%2f2008%2f12%2f18%2fsecure-asp-net-mvc-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Secure_ASP_NET_MVC_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Secure_ASP_NET_MVC_Applications</guid>
      <pubDate>Sun, 04 Jan 2009 17:16:07 GMT</pubDate>
    </item>
    <item>
      <title>NH Prof is in public beta</title>
      <description>Ayende's  NHibernate Profiler is in open beta now! &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%2f01%2f02%2fnh-prof-is-in-public-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2009%2f01%2f02%2fnh-prof-is-in-public-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/NH_Prof_is_in_public_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/NH_Prof_is_in_public_beta</guid>
      <pubDate>Fri, 02 Jan 2009 11:13:35 GMT</pubDate>
    </item>
    <item>
      <title>What is Microsoft waiting for providing a decent path API?</title>
      <description>I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf(&amp;quot;&amp;lt;tag&amp;gt;&amp;quot;) to parse some XML. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f12%2f28%2fwhat-is-microsoft-waiting-for-providing-a-descent-path-api.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f12%2f28%2fwhat-is-microsoft-waiting-for-providing-a-descent-path-api.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/What_is_Microsoft_waiting_for_providing_a_decent_path_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/What_is_Microsoft_waiting_for_providing_a_decent_path_API</guid>
      <pubDate>Mon, 29 Dec 2008 19:31:13 GMT</pubDate>
    </item>
    <item>
      <title>TheBeerHouse MVC Beta Now on CodePlex</title>
      <description>Tired of bitching about Oxite? Here's a new MVC sample application to sink your teeth into -- an MVC version of the famous TheBeerHouse Starter Kit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthebeerhouse-mvc-beta-now-on-codeplex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthebeerhouse-mvc-beta-now-on-codeplex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/TheBeerHouse_MVC_Beta_Now_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/TheBeerHouse_MVC_Beta_Now_on_CodePlex</guid>
      <pubDate>Tue, 30 Dec 2008 18:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Spark Language Package - Preview 1</title>
      <description>This is a very early copy of a msi which installs a Spark language package for Visual Studio 2008. It will put dlls into a Program Files\Spark directory and add just enough registry keys to add color and intellisense to files with a .spark extension. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwhereslou.com%2f2008%2f12%2f19%2fspark-language-package-preview-1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwhereslou.com%2f2008%2f12%2f19%2fspark-language-package-preview-1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Spark_Language_Package_Preview_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Spark_Language_Package_Preview_1</guid>
      <pubDate>Thu, 01 Jan 2009 03:46:02 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 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer - Sharp Architecture approaching version 1.0</title>
      <description>Sharp Architecture is a web application architecture that uses the ASP.NET MVC with Castle.Windsor as the IoC, NUnit for Testing, NHibernate as the ORM and propose a et of rules on how to develop an application. This release include project templates for Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2008%2f12%2f19%2fSharpArchitectureApproachingVersion10.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2008%2f12%2f19%2fSharpArchitectureApproachingVersion10.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Dynamic_Programmer_Sharp_Architecture_approaching_version_1_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Dynamic_Programmer_Sharp_Architecture_approaching_version_1_0</guid>
      <pubDate>Fri, 19 Dec 2008 05:22:29 GMT</pubDate>
    </item>
    <item>
      <title>Oxite Refactor, Take 1</title>
      <description>I mentioned yesterday on Twitter that I'm helping out the Oxite team with some refactoring and tweaking of their codebase. I got started last night and people have been asking about it a LOT, so I thought that today I'd show you initially what I'm up to. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2foxite-refactor-take-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2foxite-refactor-take-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Oxite_Refactor_Take_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Oxite_Refactor_Take_1</guid>
      <pubDate>Fri, 19 Dec 2008 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Commit to a svn repository while being offline</title>
      <description>This article explains how to use git for offline commits to a subversion repository &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aidanf.net%2fblog%2f2007%2f12%2f10%2fusing-git-offline-commits-subversion-repository"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aidanf.net%2fblog%2f2007%2f12%2f10%2fusing-git-offline-commits-subversion-repository" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Commit_to_a_svn_repository_while_being_offline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Commit_to_a_svn_repository_while_being_offline</guid>
      <pubDate>Thu, 18 Dec 2008 09:02:21 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 15:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Intellisense in Spark ViewEngine is coming</title>
      <description>On the other hand if you look at the feedback from people who wouldn't consider it a viable alternative there's a definite theme surrounding Visual Studio integration in general and Intellisense in particular. So I decided a few weeks ago to muster up my courage and take another pass at the task of making a Visual Studio integration package to provide a Spark language service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwhereslou.com%2f2008%2f12%2f14%2fits-alive-and-it-tells-me-what-to-do"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwhereslou.com%2f2008%2f12%2f14%2fits-alive-and-it-tells-me-what-to-do" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Intellisense_in_Spark_ViewEngine_is_coming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Intellisense_in_Spark_ViewEngine_is_coming</guid>
      <pubDate>Mon, 15 Dec 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>TortoiseGit 0.1.0.0 Preview</title>
      <description>TortoiseSVN is being ported to TortoiseGit &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fp%2ftortoisegit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fp%2ftortoisegit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/TortoiseGit_0_1_0_0_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/TortoiseGit_0_1_0_0_Preview</guid>
      <pubDate>Sun, 14 Dec 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Perfect Storm Botnet </title>
      <description>Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2008%2f12%2f13%2fthe-perfect-storm-botnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2008%2f12%2f13%2fthe-perfect-storm-botnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/The_Perfect_Storm_Botnet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/The_Perfect_Storm_Botnet</guid>
      <pubDate>Sun, 14 Dec 2008 14:16:02 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>Sun, 14 Dec 2008 21:46:03 GMT</pubDate>
    </item>
    <item>
      <title>What Constitutes Ethical SEO?</title>
      <description>As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning your site? &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%2fWhat-Constitutes-Ethical-SEO.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2fryanlanciaux.com%2fpost%2fWhat-Constitutes-Ethical-SEO.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/What_Constitutes_Ethical_SEO</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/What_Constitutes_Ethical_SEO</guid>
      <pubDate>Mon, 15 Dec 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>AssemblyVersion Vs AssemblyFileVersion</title>
      <description>So, what is the different between the two? 
Well the difference lies in their name itself. One is the version of the assembly the other is version of the file, wait, am I making it complex? Ok let me explain.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f01%2f24%2fassemblyversion-vs-assemblyfileversion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f01%2f24%2fassemblyversion-vs-assemblyfileversion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/AssemblyVersion_Vs_AssemblyFileVersion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/AssemblyVersion_Vs_AssemblyFileVersion</guid>
      <pubDate>Thu, 04 Dec 2008 22:01:48 GMT</pubDate>
    </item>
    <item>
      <title>Genesis: Bridging The Gap Between Requirements And Code</title>
      <description>About the Genesis methodology and toolkit for software developers, that links unit tests to requirements in the functional analysis document... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f11%2fgenesis-bridging-the-gap-between-requirement-and-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f11%2fgenesis-bridging-the-gap-between-requirement-and-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Genesis_Bridging_The_Gap_Between_Requirements_And_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Genesis_Bridging_The_Gap_Between_Requirements_And_Code</guid>
      <pubDate>Fri, 12 Dec 2008 10:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate's AutoPersistenceModel: I Love it!</title>
      <description>I checked out the latest version of Fluent NHibernate today and noticed the AutoPersistenceModel. I looked at the unit-tests to see what it's supposed to do and I loved what I saw. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f12%2f02%2ffluent-nhibernates-autopersistencemodel-i-love-it%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f12%2f02%2ffluent-nhibernates-autopersistencemodel-i-love-it%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fluent_NHibernate_s_AutoPersistenceModel_I_Love_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fluent_NHibernate_s_AutoPersistenceModel_I_Love_it</guid>
      <pubDate>Thu, 04 Dec 2008 05:16:04 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Ajax uploader plugin (with progress bar!)</title>
      <description>Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written 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%2fblog.codeville.net%2f2008%2f11%2f24%2fjquery-ajax-uploader-plugin-with-progress-bar%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f11%2f24%2fjquery-ajax-uploader-plugin-with-progress-bar%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_Ajax_uploader_plugin_with_progress_bar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_Ajax_uploader_plugin_with_progress_bar</guid>
      <pubDate>Mon, 24 Nov 2008 21:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Test Driven Development &amp;amp; Visual Studio 2010</title>
      <description>Up to now, Visual Studio did a great job helping us develop applications and tests based on existing classes and methods, but when you don't have your API ready, the IDE will fight you. TDD is out there for some time now and is popular, however the IDE gives all those developers who use TDD hard time.

Visual Studio 2010 IDE has some improvements to allow test first style.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f11%2f14%2ftest-driven-development-amp-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f11%2f14%2ftest-driven-development-amp-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Test_Driven_Development_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Test_Driven_Development_Visual_Studio_2010</guid>
      <pubDate>Mon, 17 Nov 2008 21:05:16 GMT</pubDate>
    </item>
    <item>
      <title>BigTarget.js - Increase the size of click targets (hrefs)</title>
      <description>With all the positive focus on grid based web design these days, I started to identify a couple of standard design elements. The main pattern used in nearly every site (grid and non grid) was the "title, thumbnail, short summary, more link" pattern. This pattern is generally used for indexing blog post summaries in sidebars, listing services, or creating small calls-to-action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnewism.com.au%2fblog%2fpost%2f58%2fbigtarget-js-increasing-the-size-of-clickable-targets%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnewism.com.au%2fblog%2fpost%2f58%2fbigtarget-js-increasing-the-size-of-clickable-targets%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/BigTarget_js_Increase_the_size_of_click_targets_hrefs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/BigTarget_js_Increase_the_size_of_click_targets_hrefs</guid>
      <pubDate>Thu, 13 Nov 2008 09:00:31 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0 Preview 2</title>
      <description>Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</guid>
      <pubDate>Thu, 13 Nov 2008 11:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Cloud Computing (and Azure) - Right for your site?</title>
      <description>A quick overview of cloud computing options and benefits from a web hosting standpoint. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f11%2fcloud-computing-and-azure-right-for-your-site.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f11%2fcloud-computing-and-azure-right-for-your-site.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Cloud_Computing_and_Azure_Right_for_your_site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Cloud_Computing_and_Azure_Right_for_your_site</guid>
      <pubDate>Thu, 13 Nov 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Castle Validators with ASP.NET MVC Model Binders for Automatic V</title>
      <description>Model Binders in MVC is a cool concept to map your form values to parameter objects of your Action. There's also this automatic error message display capabilities in MVC.

Here's my take on validating a model object during the binding process. Castle project has a validation framework and a range of validators which can be used standalone. It would be cool to use it with MVC to ease the validation pain a bit, huh? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltinoren.com%2fPermaLink%2cguid%2cbca0aba7-dbaa-4ccf-bcf3-4d76efab1a40.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltinoren.com%2fPermaLink%2cguid%2cbca0aba7-dbaa-4ccf-bcf3-4d76efab1a40.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Castle_Validators_with_ASP_NET_MVC_Model_Binders_for_Automatic_V</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Castle_Validators_with_ASP_NET_MVC_Model_Binders_for_Automatic_V</guid>
      <pubDate>Mon, 10 Nov 2008 11:24:16 GMT</pubDate>
    </item>
  </channel>
</rss>