<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by NinjaCross</title>
    <description>Stories kicked by NinjaCross</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>Write more empty lines! They will be read!</title>
      <description>Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f07%2fWriteMoreEmptyLinesTheyWillBeRead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f07%2fWriteMoreEmptyLinesTheyWillBeRead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Write_more_empty_lines_They_will_be_read</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Write_more_empty_lines_They_will_be_read</guid>
      <pubDate>Fri, 07 Mar 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft's Interoperability Principles and IE8</title>
      <description>We've decided that IE8 will, by default, interpret web content in the most standards compliant way it can. This decision is a change from what we've posted previously.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f03%2f03%2fmicrosoft-s-interoperability-principles-and-ie8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f03%2f03%2fmicrosoft-s-interoperability-principles-and-ie8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Microsoft_s_Interoperability_Principles_and_IE8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Microsoft_s_Interoperability_Principles_and_IE8</guid>
      <pubDate>Tue, 04 Mar 2008 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Immediate Window - A forgotten tool</title>
      <description>A little bit about the Immediate Window tool available in Visual Studio.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fohnull.com%2fblog%2f2008%2f02%2f27%2fimmediate-window-a-forgotten-tool%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fohnull.com%2fblog%2f2008%2f02%2f27%2fimmediate-window-a-forgotten-tool%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Immediate_Window_A_forgotten_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Immediate_Window_A_forgotten_tool</guid>
      <pubDate>Fri, 29 Feb 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>When TDD goes bad</title>
      <description>Last week, at the London .NET User Group meeting, Ian Cooper talked about Test-driven development, focusing on both good and bad practices. I'm a big fan of learning from anti-patterns and mistakes of other people, so the second part of his session was very interesting to me. Here is a short list of things that Ian identified as symptoms that TDD has gone bad in a project, along with my comments... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgojko.net%2f2008%2f02%2f25%2fwhen-tdd-goes-bad%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgojko.net%2f2008%2f02%2f25%2fwhen-tdd-goes-bad%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/When_TDD_goes_bad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/When_TDD_goes_bad</guid>
      <pubDate>Tue, 26 Feb 2008 03:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Cropper the C# Screen Capture Program - Johan Danforth's Blog</title>
      <description>Nice screen capture program written in c#.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjdanforth%2farchive%2f2008%2f02%2f24%2ftools-cropper-the-c-screen-capture-program.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjdanforth%2farchive%2f2008%2f02%2f24%2ftools-cropper-the-c-screen-capture-program.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Cropper_the_C_Screen_Capture_Program_Johan_Danforth_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Cropper_the_C_Screen_Capture_Program_Johan_Danforth_s_Blog</guid>
      <pubDate>Mon, 25 Feb 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>XmlDocument fluent interface</title>
      <description>A simple fluent interface for creating XmlDocuments &amp;amp; strings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2007%2f10%2f20%2fxmldocument-fluent-interface"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2007%2f10%2f20%2fxmldocument-fluent-interface" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/XmlDocument_fluent_interface</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/XmlDocument_fluent_interface</guid>
      <pubDate>Sun, 24 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title> The Sweet Sound of a Million Microsoft Haters Heads Exploding</title>
      <description>Ensuring open connections; promoting data portability; enhancing support for industry standards; fostering more open engagement with customers and the industry, including open source communities... this isn't your daddy's Microsoft &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%2f02%2f21%2fthe-sweet-sound-of-a-million-microsoft-haters-heads-exploding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcraigshoemaker%2farchive%2f2008%2f02%2f21%2fthe-sweet-sound-of-a-million-microsoft-haters-heads-exploding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_Sweet_Sound_of_a_Million_Microsoft_Haters_Heads_Exploding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_Sweet_Sound_of_a_Million_Microsoft_Haters_Heads_Exploding</guid>
      <pubDate>Thu, 21 Feb 2008 21:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Sound of one man testing</title>
      <description>Recently I was chatting with a friend of mine and he asked if a single developer could be successful following TDD on a team that does not follow TDD.  My simple answer was YES, they can.  But there are a few things you must consider..... &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%2f02%2f18%2fsound-of-one-man-testing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f02%2f18%2fsound-of-one-man-testing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Sound_of_one_man_testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Sound_of_one_man_testing</guid>
      <pubDate>Thu, 21 Feb 2008 11:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Do try...catch blocks hurt runtime performance?</title>
      <description>This posts looks at the real runtime cost of writing a try...catch block in a .Net language. Drawing on his knowledge of .Net internals, the author looks at how such structures are represented in a compiled .Net assembly and what happens at runtime, so the performance characteristics can be understood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.programmersheaven.com%2fuser%2fpheaven%2fblog%2f175-Do-trycatch-blocks-hurt-runtime-performance%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.programmersheaven.com%2fuser%2fpheaven%2fblog%2f175-Do-trycatch-blocks-hurt-runtime-performance%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Do_try_catch_blocks_hurt_runtime_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Do_try_catch_blocks_hurt_runtime_performance</guid>
      <pubDate>Wed, 20 Feb 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Jacob Nielsen: Top-10 Application-Design Mistakes</title>
      <description>Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.useit.com%2falertbox%2fapplication-mistakes.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.useit.com%2falertbox%2fapplication-mistakes.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Jacob_Nielsen_Top_10_Application_Design_Mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Jacob_Nielsen_Top_10_Application_Design_Mistakes</guid>
      <pubDate>Wed, 20 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft SharedView</title>
      <description>Microsoft SharedView is a fast, easy way to share documents and screen views with small groups of friends or coworkers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f02%2f19%2fmicrosoft-sharedview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f02%2f19%2fmicrosoft-sharedview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Microsoft_SharedView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Microsoft_SharedView</guid>
      <pubDate>Wed, 20 Feb 2008 00:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Why are the Microsoft Office file formats so complicated?</title>
      <description>&amp;quot;Last week, Microsoft published the binary file formats for Office. These formats appear to be almost completely insane. The Excel 97-2003 file format is a 349 page PDF file.&amp;quot;... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.joelonsoftware.com%2fitems%2f2008%2f02%2f19.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.joelonsoftware.com%2fitems%2f2008%2f02%2f19.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Why_are_the_Microsoft_Office_file_formats_so_complicated</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Why_are_the_Microsoft_Office_file_formats_so_complicated</guid>
      <pubDate>Tue, 19 Feb 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Digitally Signing an XML Document and Verifying the Signature</title>
      <description>Signing an XML document and then validating the digital signature of the document doesn't involve a lot of code - once you know how it works, but arriving there is quite the journey. This post describes setting up a certifcate for testing, signing an XML document with the Private key and then validating it with the Public key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f257599.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f257599.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Digitally_Signing_an_XML_Document_and_Verifying_the_Signature</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Digitally_Signing_an_XML_Document_and_Verifying_the_Signature</guid>
      <pubDate>Thu, 21 Feb 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, and f</title>
      <description>Cheat sheets for retrieving various bits of ASP.NET runtime information, all with live sample values, links to MSDN, and some explanations. Includes source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fduartes.org%2fgustavo%2farticles%2fAsp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fduartes.org%2fgustavo%2farticles%2fAsp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Runtime_Cheat_Sheet_HttpRequest_HttpRuntime_and_f</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Runtime_Cheat_Sheet_HttpRequest_HttpRuntime_and_f</guid>
      <pubDate>Tue, 19 Feb 2008 20:16:07 GMT</pubDate>
    </item>
    <item>
      <title>Kigg - A Digg like application developed in ASP.NET MVC</title>
      <description>Learn how to develop a Digg/DotNetKicks like application in ASP.NET MVC, LINQ To SQL and ASP.NET Ajax. &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%2f2008%2f02%2f18%2fkigg-a-digg-like-application-developed-in-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2008%2f02%2f18%2fkigg-a-digg-like-application-developed-in-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Kigg_A_Digg_like_application_developed_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Kigg_A_Digg_like_application_developed_in_ASP_NET_MVC</guid>
      <pubDate>Mon, 18 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Patrick Smacchia on metrics for Coupling, Dead Code, and Design Flaws</title>
      <description>Patrick shows us how to use NDepend to spot dead code and other design flaws in our code &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%2f02%2f15%2fcode-metrics-on-coupling-dead-code-design-flaws-and-re-engineering.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f02%2f15%2fcode-metrics-on-coupling-dead-code-design-flaws-and-re-engineering.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Patrick_Smacchia_on_metrics_for_Coupling_Dead_Code_and_Design_Flaws</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Patrick_Smacchia_on_metrics_for_Coupling_Dead_Code_and_Design_Flaws</guid>
      <pubDate>Fri, 15 Feb 2008 21:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Understanding IoC Container </title>
      <description>Very nice explanation of base principles of IoC container with sample implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsfeldman%2farchive%2f2008%2f02%2f14%2funderstanding-ioc-container.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsfeldman%2farchive%2f2008%2f02%2f14%2funderstanding-ioc-container.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Understanding_IoC_Container</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Understanding_IoC_Container</guid>
      <pubDate>Mon, 18 Feb 2008 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The DotNetKicks Effect - Enjoy While it Lasts</title>
      <description>DotNetKicks is great source of .NET related information but is it going to survive the shortcomings of &amp;quot;digg&amp;quot; concept? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f02%2fThe-DotNetKicks-Effect---Enjoy-While-it-Lasts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevblog.ailon.org%2fdevblog%2fpost%2f2008%2f02%2fThe-DotNetKicks-Effect---Enjoy-While-it-Lasts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_DotNetKicks_Effect_Enjoy_While_it_Lasts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_DotNetKicks_Effect_Enjoy_While_it_Lasts</guid>
      <pubDate>Thu, 14 Feb 2008 18:46:05 GMT</pubDate>
    </item>
    <item>
      <title>C# 4, part 4: My manifesto and wishlist</title>
      <description>A Manifest and also some interesting ideas proposed/wished for in future versions of C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjon.skeet%2farchive%2f2008%2f02%2f10%2fc-4-part-4-my-manifesto-and-wishlist.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjon.skeet%2farchive%2f2008%2f02%2f10%2fc-4-part-4-my-manifesto-and-wishlist.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_part_4_My_manifesto_and_wishlist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_part_4_My_manifesto_and_wishlist</guid>
      <pubDate>Wed, 13 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET Wiki</title>
      <description>Check out the new ASP.NET wiki for a ton of resources on asp.net. Being a wiki, everyone can contribute so go ahead and give it a whirl!

http://wiki.asp.net/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fpmandayam%2farchive%2f2008%2f02%2f08%2fasp-net-wiki.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fpmandayam%2farchive%2f2008%2f02%2f08%2fasp-net-wiki.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_Wiki</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_Wiki</guid>
      <pubDate>Sat, 09 Feb 2008 00:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Tell Me Your Unit Testing Pains</title>
      <description>... Unfortunately, by most definitions of Unit Test, most of these tests are really integration tests. &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%2f02%2f06%2ftell-me-your-unit-testing-pains.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f02%2f06%2ftell-me-your-unit-testing-pains.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Tell_Me_Your_Unit_Testing_Pains</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Tell_Me_Your_Unit_Testing_Pains</guid>
      <pubDate>Wed, 06 Feb 2008 21:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Download all the .NET Reference Source at once</title>
      <description>John Robbins talks about the tool he and Kerem Kusmezer created to pre-fetch *all* the .NET reference source. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wintellect.com%2fcs%2fblogs%2fjrobbins%2farchive%2f2008%2f02%2f06%2fdownload-all-the-net-reference-source-code-at-once-with-net-mass-downloader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wintellect.com%2fcs%2fblogs%2fjrobbins%2farchive%2f2008%2f02%2f06%2fdownload-all-the-net-reference-source-code-at-once-with-net-mass-downloader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Download_all_the_NET_Reference_Source_at_once</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Download_all_the_NET_Reference_Source_at_once</guid>
      <pubDate>Wed, 06 Feb 2008 12:46:04 GMT</pubDate>
    </item>
    <item>
      <title>.Net Performance Optimizations</title>
      <description>There are some good ones in here. Keeping javascript business logic off the client-side and on the server side... caching AJAX requests... etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fSevenWaysToDoPerformanceOptimizationOfAnASPNET35Web20Portal.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fSevenWaysToDoPerformanceOptimizationOfAnASPNET35Web20Portal.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Net_Performance_Optimizations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Net_Performance_Optimizations</guid>
      <pubDate>Thu, 07 Feb 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Why I changed my mind about Extension Methods</title>
      <description>Why I went from an extension method hater to an extension method lover. I look at three benefits of extension methods over static methods: More intuitive to read, more intuitive to write and easier to discover. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f02%2f03%2fwhy-i-changed-my-mine-about-extension-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f02%2f03%2fwhy-i-changed-my-mine-about-extension-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_I_changed_my_mind_about_Extension_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_I_changed_my_mind_about_Extension_Methods</guid>
      <pubDate>Mon, 04 Feb 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Build Providers: Strongly typed page urls in ASP.NET</title>
      <description>A look at using a build provider to generate IntelliSense for pages within your project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.singular.co.nz%2fblog%2farchive%2f2008%2f02%2f03%2fbuild-providers-and-strongly-typed-page-urls-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.singular.co.nz%2fblog%2farchive%2f2008%2f02%2f03%2fbuild-providers-and-strongly-typed-page-urls-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Build_Providers_Strongly_typed_page_urls_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Build_Providers_Strongly_typed_page_urls_in_ASP_NET</guid>
      <pubDate>Mon, 04 Feb 2008 21:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>