<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Obishawn</title>
    <description>Stories kicked by Obishawn</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>Practical .NET Unit Testing - Free paper released</title>
      <description>A free unit testing paper that covers why you should write unit tests, the mechanics of unit testing, common testing strategies, designing for testability, and advanced testing techniques. It's an ongoing project, but it's complete enough to hopefully start getting early feedback and suggestions! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fpractical-net-unit-testing-free-paper-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fpractical-net-unit-testing-free-paper-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Practical_NET_Unit_Testing_Free_paper_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Practical_NET_Unit_Testing_Free_paper_released</guid>
      <pubDate>Fri, 01 May 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;int&amp;quot; inherits from object? An investigation into how &amp;amp; why.</title>
      <description>Value types like Int32 ultimately derive from &amp;quot;object&amp;quot;. If that's the case, why do they need to be boxed? Whey do they not have the same performance overhead? This post investigates these questions and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fint-inherits-from-object-an-investigation-into-how.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fint-inherits-from-object-an-investigation-into-how.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/int_inherits_from_object_An_investigation_into_how_why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/int_inherits_from_object_An_investigation_into_how_why</guid>
      <pubDate>Sat, 18 Apr 2009 03:16:29 GMT</pubDate>
    </item>
    <item>
      <title>Maintaining Consistent Line Lengths</title>
      <description>A quick Visual Studio tip on maintaining a consistent code line length. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fmaintaining-consistent-line-lengths.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f04%2fmaintaining-consistent-line-lengths.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Maintaining_Consistent_Line_Lengths</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Maintaining_Consistent_Line_Lengths</guid>
      <pubDate>Tue, 07 Apr 2009 09:20:41 GMT</pubDate>
    </item>
    <item>
      <title>Content Stealing Jerks</title>
      <description>I've grown somewhat accustomed to seeing my articles regurgitated on some random blogger's site and passed off as their own.  Usually I just send content stealing jerk (CSJ for future reference) an e-mail asking that they provide some sort of link back to my original article and leave it at that.  Sometimes they comply, oftentimes they don't.  In the end, life goes on.  After all, it's not like I'm going to press charges over it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fContent-Stealing-Jerks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Content_Stealing_Jerks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Content_Stealing_Jerks</guid>
      <pubDate>Sun, 29 Mar 2009 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Slick inline trace logging in ASP.NET using log4net</title>
      <description>Easily configure log4net and ASP.NET to display inline tracing information on your pages for debugging and performance monitoring. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f03%2fslick-inline-trace-logging-in-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f03%2fslick-inline-trace-logging-in-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Slick_inline_trace_logging_in_ASP_NET_using_log4net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Slick_inline_trace_logging_in_ASP_NET_using_log4net</guid>
      <pubDate>Wed, 04 Mar 2009 01:04:20 GMT</pubDate>
    </item>
    <item>
      <title>Azure - Performance, IoC, and Instances</title>
      <description>My experience so far working with Azure. Some performance testing, IoC container incompatibilities, and frustration with instances. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fazure-performance-ioc-and-instances.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fazure-performance-ioc-and-instances.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Azure_Performance_IoC_and_Instances</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Azure_Performance_IoC_and_Instances</guid>
      <pubDate>Fri, 20 Feb 2009 19:01:04 GMT</pubDate>
    </item>
    <item>
      <title>WebForms or MVC? What about the third option?</title>
      <description>I've read a lot of posts and articles about why and when you should choose WebForms or the MVC framework to build your ASP.NET websites. They are all pretty good, but for some reason they forget or ignore the obvious third option - standard ASP.NET without the WebForm. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fWebForms-or-MVC-What-about-the-third-option.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fWebForms-or-MVC-What-about-the-third-option.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/WebForms_or_MVC_What_about_the_third_option</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/WebForms_or_MVC_What_about_the_third_option</guid>
      <pubDate>Fri, 13 Feb 2009 04:01:19 GMT</pubDate>
    </item>
    <item>
      <title>Using C# &amp;quot;Yield&amp;quot; for Readability and Performance</title>
      <description>I must have read about "yield" a dozen times. Only recently have I began to understand what it does, and the real power that comes along with it. I'm going to show you some examples of where it can make your code more readable, and potentially more efficient. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fusing-c-yield-for-readability-and-performance.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f02%2fusing-c-yield-for-readability-and-performance.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_C_Yield_for_Readability_and_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_C_Yield_for_Readability_and_Performance</guid>
      <pubDate>Wed, 04 Feb 2009 22:46:30 GMT</pubDate>
    </item>
    <item>
      <title>Extension Methods </title>
      <description>The single responsibility principle (SRP) is a strategy for structuring our code to make it more maintainable and testable. In this post, I'm going to discuss how we can use extension methods to make our code easier to read and satisfy the idea behind SRP. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fextension-methods-single-responsibility-principle.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fextension-methods-single-responsibility-principle.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Methods_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Methods_2</guid>
      <pubDate>Tue, 27 Jan 2009 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Don't use Delete Links because they create Security Holes</title>
      <description>Reasons why you shouldn't use a Delete link in your web application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f21%2fasp.net-mvc-tip-46-ndash-donrsquot-use-delete-links-because.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f01%2f21%2fasp.net-mvc-tip-46-ndash-donrsquot-use-delete-links-because.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Don_t_use_Delete_Links_because_they_create_Security_Holes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Don_t_use_Delete_Links_because_they_create_Security_Holes</guid>
      <pubDate>Thu, 22 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Entity framework designer &amp;quot;entityset&amp;quot; naming bug</title>
      <description>SuperJason describes what appears to be a bug in the Entity Framework designer around naming of entity sets so that you won't be caught off-guard by it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fentity-framework-designer-entityset-naming-bug.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fentity-framework-designer-entityset-naming-bug.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Entity_framework_designer_entityset_naming_bug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Entity_framework_designer_entityset_naming_bug</guid>
      <pubDate>Tue, 13 Jan 2009 03:21:51 GMT</pubDate>
    </item>
    <item>
      <title>Don't lose your code - 3 methods that can help</title>
      <description>Inevitably, you'll lose power to your computer, have a hard drive crash, have lightening strike, accidentally delete code that hasn't been checked in, or encounter some other crazy scenario that I can't even imagine. What is your plan? Read on if you want some solutions that may just save your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fdont-lose-your-code-3-methods-that-can-help.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fdont-lose-your-code-3-methods-that-can-help.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Don_t_lose_your_code_3_methods_that_can_help</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Don_t_lose_your_code_3_methods_that_can_help</guid>
      <pubDate>Mon, 05 Jan 2009 21:22:34 GMT</pubDate>
    </item>
    <item>
      <title>Generic Method Overloading Selection Pitfall</title>
      <description>Recently I ran into a very unexpected behavior when working with an overloaded generic method. Basically, the selection process for overloaded versions of generic methods is different than their non-generic counterparts. Please be aware of this issue! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fgeneric-method-overloading-selection-pitfall.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2009%2f01%2fgeneric-method-overloading-selection-pitfall.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Generic_Method_Overloading_Selection_Pitfall</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Generic_Method_Overloading_Selection_Pitfall</guid>
      <pubDate>Sat, 03 Jan 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Advantages of a 3rd party diff/compare tool</title>
      <description>I recently spent nearly an hour trying to figure out why all of my unit tests stopped working in a particular class. It turns out that I had accidentally deleted a single character in one of my strings, but the built in diff tool that comes with Team Foundation Server is very simplistic. Learn how and why you can replace your stock compare tool with something a little more powerful. &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%2f12%2fadvantages-of-a-3rd-party-diffcompare-tool.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f12%2fadvantages-of-a-3rd-party-diffcompare-tool.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Advantages_of_a_3rd_party_diff_compare_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Advantages_of_a_3rd_party_diff_compare_tool</guid>
      <pubDate>Fri, 26 Dec 2008 22:25:34 GMT</pubDate>
    </item>
    <item>
      <title> How I've put my wife into SVN</title>
      <description>SVN and TortoiseSVN are really great tools. It is a shame that these tools are used only by developers. I believe that every home should use SVN to keep track of it's files.

The problem is that these tools are planned for developers. Using the file-system in windows is not a trivial task for everyone. In fact, sometimes people tend to be afraid of it. Not only using the file-system, but also using some client application that does not even have a window? And where do I get an SVN server anyway?!?

Keep reading. you might find it useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d81"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d81" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/How_I_ve_put_my_wife_into_SVN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/How_I_ve_put_my_wife_into_SVN</guid>
      <pubDate>Wed, 03 Dec 2008 17:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Continuous Integration Display Wall</title>
      <description>Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frlaneve%2farchive%2f2008%2f11%2f26%2fbig-visible-cruise.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frlaneve%2farchive%2f2008%2f11%2f26%2fbig-visible-cruise.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Continuous_Integration_Display_Wall</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Continuous_Integration_Display_Wall</guid>
      <pubDate>Thu, 27 Nov 2008 06:16:16 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 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Software Tools You Should Be Using and Blogs You Should Be Reading</title>
      <description>Advice on how to become a great developer and not just a monkey programmer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f11%2ftools-you-should-be-using-and-blogs-you.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f11%2ftools-you-should-be-using-and-blogs-you.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_Tools_You_Should_Be_Using_and_Blogs_You_Should_Be_Reading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_Tools_You_Should_Be_Using_and_Blogs_You_Should_Be_Reading</guid>
      <pubDate>Mon, 03 Nov 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 1 - dynamic keyword</title>
      <description>A quick look at the new &amp;quot;dynamic&amp;quot; keyword in C# 4.0 and its implications for application development. &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%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</guid>
      <pubDate>Tue, 28 Oct 2008 22:01:14 GMT</pubDate>
    </item>
    <item>
      <title>The Excitement that is C# 4.0</title>
      <description>I just got back from the "Future of C#" talk at PDC by Anders Hejlsberg. This was a truly inspiring talk for a geek like me. C# is evolving into a much more dynamic language. I have always been a believer of strong typing. except when I'm not. and I have been wishing for something more dynamic (such as Duck Typing). In C# 4.0, we will be seeing some significant dynamic features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f10%2fexcitement-that-is-c-40.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Excitement_that_is_C_4_0</guid>
      <pubDate>Tue, 28 Oct 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery IntelliSense documentation file available</title>
      <description>IntelliSense documentation files for jQuery just got published on jquery.com. This enables great IntelliSense at design-time for jQuery in Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f10%2f27%2fjquery-intellisense-documentation-file-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f10%2f27%2fjquery-intellisense-documentation-file-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_IntelliSense_documentation_file_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_IntelliSense_documentation_file_available</guid>
      <pubDate>Tue, 28 Oct 2008 17:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Essential Visual Studio Tips &amp;amp; Tricks that Every Developer Should Know</title>
      <description>In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f10%2f21%2fessential-visual-studio-tips-amp-tricks-that-every-developer-should-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f10%2f21%2fessential-visual-studio-tips-amp-tricks-that-every-developer-should-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Essential_Visual_Studio_Tips_Tricks_that_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Essential_Visual_Studio_Tips_Tricks_that_Every_Developer_Should_Know</guid>
      <pubDate>Wed, 22 Oct 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Pro's and Con's</title>
      <description>Some of the main pro's and con's of the new style for building web applications (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.ytechie.com%2f2008%2f10%2faspnet-mvc-pros-and-cons.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f10%2faspnet-mvc-pros-and-cons.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Pro_s_and_Con_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Pro_s_and_Con_s</guid>
      <pubDate>Fri, 24 Oct 2008 00:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Response.Redirect and Output Caching Trouble</title>
      <description>Be careful when conditionally redirecting pages when using output caching. This post describes a potential issue you could run into, and provides some analysis and workarounds. &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%2f10%2fresponseredirect-and-output-caching-trouble.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f10%2fresponseredirect-and-output-caching-trouble.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Response_Redirect_and_Output_Caching_Trouble</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Response_Redirect_and_Output_Caching_Trouble</guid>
      <pubDate>Mon, 13 Oct 2008 23:14:04 GMT</pubDate>
    </item>
    <item>
      <title>10 Programming Proverbs Every Developer Should Know</title>
      <description>Proverbs are used to express universal truths or life lessons in a short and memorable fashion.  I find that they are a great way to keep things in perspective, both in life and in work.  Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</guid>
      <pubDate>Wed, 08 Oct 2008 07:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>