<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by spootwo</title>
    <description>Stories kicked by spootwo</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>60+ .Net libraries every developer should know about</title>
      <description>Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I've found some of these libraries invaluable, so I'm sharing them for some of the other dev's out there with a brief outline of how to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</guid>
      <pubDate>Wed, 17 Feb 2010 12:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Serialize only Selected Elements of a Form and Submit it using jQuery</title>
      <description>This article will demonstrate how to submit form data in the background without using ASP.NET AJAX and at the same time prevent some form fields from being submitted. &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%3d445"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d445" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Serialize_only_Selected_Elements_of_a_Form_and_Submit_it_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Serialize_only_Selected_Elements_of_a_Form_and_Submit_it_using_jQuery</guid>
      <pubDate>Thu, 14 Jan 2010 15:00:05 GMT</pubDate>
    </item>
    <item>
      <title>Handling image uploads with Asp.Net Mvc </title>
      <description>A very common taks in web development is uploading images. This isn't realy a hard task in it self, but it can be pretty frustrating to write the same code over and over again even if its only a few lines. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f59%2fHandling%2520image%2520uploads%2520with%2520Asp.Net%2520Mvc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattias-jakobsson.net%2fItem%2f59%2fHandling%2520image%2520uploads%2520with%2520Asp.Net%2520Mvc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Handling_image_uploads_with_Asp_Net_Mvc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Handling_image_uploads_with_Asp_Net_Mvc</guid>
      <pubDate>Fri, 20 Nov 2009 22:30:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Calendar component</title>
      <description>I am writing simple ASP.NET MVC system that I plan to publish with source code pretty soon. I needed some simple calendar component that doesn't require ASP.NET server-side form to work. I found different JavaScript based calendars and only one pretty old calendar that was specially written for ASP.NET MVC. I updated it and here is the source and binary downloads for Visual Studio 2008 and ASP.NET MVC 1.0. &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%2f07%2f27%2fasp-net-mvc-calendar-component.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f07%2f27%2fasp-net-mvc-calendar-component.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Calendar_component</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Calendar_component</guid>
      <pubDate>Mon, 27 Jul 2009 05:01:53 GMT</pubDate>
    </item>
    <item>
      <title>Get Countries Name in .Net</title>
      <description>In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database.

It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</guid>
      <pubDate>Mon, 27 Jul 2009 15:30:09 GMT</pubDate>
    </item>
    <item>
      <title>A Degradable jQuery AJAX Email Form for ASP.NET MVC</title>
      <description>Pretty much every web site on the Internet features a form for users to provide feedback via email to site owners. Migrating to ASP.NET MVC requires a slightly different approach to that used by Web Forms development, so this article looks at one way to implement a web site contact form using the MVC framework and jQuery that degrades nicely. AJAX functionality is said to be &amp;quot;degradable&amp;quot; if a way is provided for the process to work, even though users don't have Javascript available to them. &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%3d106"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d106" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Degradable_jQuery_AJAX_Email_Form_for_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Degradable_jQuery_AJAX_Email_Form_for_ASP_NET_MVC</guid>
      <pubDate>Mon, 08 Jun 2009 05:45:10 GMT</pubDate>
    </item>
    <item>
      <title>More ASP.NET MVC Best Practices</title>
      <description>In this post, I'll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there.

Existing best practices can be found on Kazi Manzur Rashid's blog and Simone Chiaretta's blog. &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%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</guid>
      <pubDate>Wed, 06 May 2009 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>What ASP.NET Developers Should Know About jQuery </title>
      <description>It's hard to believe that JavaScript is already well over a decade old.  Often relegated to marginal tasks in its early years, JavaScript has grown to become a pillar of modern web development.  With the current popularity of DHTML and AJAX, it can be difficult to find a site that doesn't use JavaScript anymore.  One of the driving forces behind JavaScript's newfound popularity is a proliferation of JavaScript frameworks, such as jQuery. Why? Though JavaScript itself is a great programming language, t... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisitmix.com%2fOpinions%2fWhat-ASPNET-Developers-Should-Know-About-jQuery"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisitmix.com%2fOpinions%2fWhat-ASPNET-Developers-Should-Know-About-jQuery" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/What_ASP_NET_Developers_Should_Know_About_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/What_ASP_NET_Developers_Should_Know_About_jQuery</guid>
      <pubDate>Thu, 30 Apr 2009 02:03:54 GMT</pubDate>
    </item>
    <item>
      <title>My New Favorite Tool: OneNote</title>
      <description>Review of Microsoft OneNote 2007 relating to the developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspectdatasystems.com%2fADSI%2fBlogs%2fBoyd%2fpost%2f2009%2f04%2f23%2fMy-New-Favorite-Tool-OneNote.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspectdatasystems.com%2fADSI%2fBlogs%2fBoyd%2fpost%2f2009%2f04%2f23%2fMy-New-Favorite-Tool-OneNote.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/My_New_Favorite_Tool_OneNote</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/My_New_Favorite_Tool_OneNote</guid>
      <pubDate>Wed, 29 Apr 2009 05:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Linq Vs Stored Procedures Part 1 (Inserts)</title>
      <description>A head to head comparison of the two with real results. In this part we do a comparison between SPROCs and LINQ to see which one is able to insert data into several different database tables the fastest.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codingsmarter.com%2fpost%2f2009%2f04%2fLinq-vs-Stored-Procedures-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codingsmarter.com%2fpost%2f2009%2f04%2fLinq-vs-Stored-Procedures-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_Vs_Stored_Procedures_Part_1_Inserts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_Vs_Stored_Procedures_Part_1_Inserts</guid>
      <pubDate>Fri, 24 Apr 2009 21:15:40 GMT</pubDate>
    </item>
    <item>
      <title>I Spose I'll Just Say It: You Should Learn MVC</title>
      <description>I'm never shy about my opinion - why start now? I've been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself "how can you possibly put a number next to Testability? And why it is only 2 more points than "using a RAD designer"? Isn't this missing the entire point? &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%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</guid>
      <pubDate>Thu, 23 Apr 2009 15:31:21 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Animation Part II: Sprites</title>
      <description>In the previous post in this series, you learned how to create a simple animation with Silverlight. The next step is to learn how to create animated objects called sprites. This post will also explain how to ensure that their movement is restricted to a bounded area, as shown below in Application 1. Logic like this can be used in simple games, or in programs that want to use animation to capture or focus the user's attention. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f21%2fsilverlight-animation-part-ii-sprites.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2009%2f04%2f21%2fsilverlight-animation-part-ii-sprites.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Animation_Part_II_Sprites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Animation_Part_II_Sprites</guid>
      <pubDate>Wed, 22 Apr 2009 23:52:13 GMT</pubDate>
    </item>
    <item>
      <title>Create a simple menu in asp.net mvc</title>
      <description>Simple code to create a menu in asp.net mvc using a master page and a master controller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f04%2f14%2fbuild-a-menu-for-aspnet-mvc-site%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f04%2f14%2fbuild-a-menu-for-aspnet-mvc-site%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Create_a_simple_menu_in_asp_net_mvc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Create_a_simple_menu_in_asp_net_mvc</guid>
      <pubDate>Thu, 16 Apr 2009 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Just say No! to C# Regions</title>
      <description>You need a language construct so that your IDE can help you hide your big messy code block from you (because it's just so hideous, you don't even want to look at it anymore)? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</guid>
      <pubDate>Thu, 16 Apr 2009 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery Grid With ASP.NET MVC</title>
      <description>Continuing in my pseudo-series of posts based on my ASP.NET MVC Ninjas on Fire Black Belt Tips Presentation at Mix (go watch it!), this post covers a demo I did not show because I ran out of time. It was a demo I held in my back pocket just in case I went too fast and needed one more demo. A common scenario when building web user interfaces is providing a pageable and sortable grid of data. Even better if it uses AJAX to make it more responsive and snazzy. Since ASP.NET MVC includes jQuery, I figured it'd be fun to use a jQuery plugin for this demo, so I chose jQuery Grid.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f14%2fusing-jquery-grid-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f04%2f14%2fusing-jquery-grid-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_jQuery_Grid_With_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_jQuery_Grid_With_ASP_NET_MVC</guid>
      <pubDate>Wed, 15 Apr 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>File Uploads in ASP.NET MVC 1.0 RTM</title>
      <description>I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fFile-Uploads-in-ASPNET-MVC-10-RTM.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fFile-Uploads-in-ASPNET-MVC-10-RTM.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/File_Uploads_in_ASP_NET_MVC_1_0_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/File_Uploads_in_ASP_NET_MVC_1_0_RTM</guid>
      <pubDate>Sat, 04 Apr 2009 04:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Walkthrough: full example of using MvcContrib grid w/jQuery datatable.</title>
      <description>How to create a grid layout in ASP.NET MVC using the MvcContrib extensions and jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpaulwhit%2farchive%2f2009%2f03%2f28%2fwalkthrough-full-example-of-using-mvccontrib-grid-with-jquery-datatable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpaulwhit%2farchive%2f2009%2f03%2f28%2fwalkthrough-full-example-of-using-mvccontrib-grid-with-jquery-datatable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Walkthrough_full_example_of_using_MvcContrib_grid_w_jQuery_datatable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Walkthrough_full_example_of_using_MvcContrib_grid_w_jQuery_datatable</guid>
      <pubDate>Sun, 05 Apr 2009 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testable HttpModule and HttpHandler - Kazi Manzur Rashid's Blog</title>
      <description>

With the new System.Web.Abstraction namespace we can now easily write unit testable HttpModule and HttpHandler. In this post, I will show you how to write unit testable HttpModule and HttpHandler.

Prior the release of System.Web.Abstraction the problem with unit testing of these web infrastructural items is HttpContext, it is sealed, no way to mock it with Rhino or Moq. The only option is to create the wrapper objects of these non-mockable objects but it has a very long tail like HttpRequest, HttpResponse, HttpSessionState, HttpServerUtility etc etc. And this is the exact thing that the System.Web.Abstraction provides, all wrappers around the non-mockable objects of HttpContext. But still, both the HttpModule and HttpHandler depends upon the original HttpContext which I hope will change in ASP.NET 4.0. till then we need to create a super layer for making it Unit Testable.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f12%2funit-testable-httpmodule-and-httphandler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f12%2funit-testable-httpmodule-and-httphandler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Unit_Testable_HttpModule_and_HttpHandler_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Unit_Testable_HttpModule_and_HttpHandler_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Thu, 12 Mar 2009 21:31:11 GMT</pubDate>
    </item>
    <item>
      <title>6 Things Developers Should Know By 2010</title>
      <description>A list of 6 things I think asp.net developers should know by 2010 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</guid>
      <pubDate>Wed, 11 Mar 2009 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug</title>
      <description>Stop the waiting when debugging your ASP.Net Web Applications!  Here's a complete RAM Disk solution to save your sanity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</guid>
      <pubDate>Fri, 06 Mar 2009 18:46:05 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 18:01:02 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 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>4 Steps To Ensure You're The Worst Developer Ever!</title>
      <description>There are lots of articles about improving your skills as a developer. Everyone likes to talk about how to strengthen their skills and produce really good software. But, what if you want to be the worst developer ever? Nobody seems to want to share those secrets. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f11%2f21%2f4-steps-to-ensure-youre-the-worst-developer-ever%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f11%2f21%2f4-steps-to-ensure-youre-the-worst-developer-ever%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/4_Steps_To_Ensure_You_re_The_Worst_Developer_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/4_Steps_To_Ensure_You_re_The_Worst_Developer_Ever</guid>
      <pubDate>Sat, 22 Nov 2008 03:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Testing is hard but debugging just sucks A$$</title>
      <description>&amp;quot;At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'.  After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY......  Below are some of the answers I received (btw, not the first time I have heard these reasons).&amp;quot; &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%2f11%2f14%2ftesting-is-hard-but-debugging-just-sucks-a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f11%2f14%2ftesting-is-hard-but-debugging-just-sucks-a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Testing_is_hard_but_debugging_just_sucks_A</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Testing_is_hard_but_debugging_just_sucks_A</guid>
      <pubDate>Tue, 18 Nov 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Can developers test their own code?</title>
      <description>A response to the claim that developers shouldn't test their code! Can developers be trusted? Campbell discusses the kind of tests developers should be writing, and what could be better left for the testers.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2fcolumn%2f9184%2fcan-developers-test-their-own-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2fcolumn%2f9184%2fcan-developers-test-their-own-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Can_developers_test_their_own_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Can_developers_test_their_own_code</guid>
      <pubDate>Wed, 12 Nov 2008 18:10:38 GMT</pubDate>
    </item>
  </channel>
</rss>
