<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by drmohundro</title>
    <description>Stories kicked by drmohundro</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>The Greatest Exception Handling WTF?!? of All Time</title>
      <description>The Exception object has ONE purpose and ONE purpose only - to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</guid>
      <pubDate>Thu, 28 May 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 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 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF NotifyIcon Released</title>
      <description>This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</guid>
      <pubDate>Mon, 11 May 2009 06:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Download M-V-VM Project Template/Toolkit</title>
      <description>Download M-V-VM Project Template/Toolkit today!!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f05%2f01%2fdownload-m-v-vm-project-template-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f05%2f01%2fdownload-m-v-vm-project-template-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Download_M_V_VM_Project_Template_Toolkit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Download_M_V_VM_Project_Template_Toolkit</guid>
      <pubDate>Mon, 04 May 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero to the Rescue</title>
      <description>From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.regexhero.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.regexhero.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</guid>
      <pubDate>Fri, 01 May 2009 06:16:14 GMT</pubDate>
    </item>
    <item>
      <title>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 22:01:11 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 17:31:21 GMT</pubDate>
    </item>
    <item>
      <title>Kobe - MS New Web 2.0 Resource Kit in ASP.NET MVC and My thoughts</title>
      <description>If you recently visited the home page of www.asp.net you will find that Microsoft has released a new Resource Kit for developing Web 2.0 Applications. The resource kit contains a sample reference application that is developed in ASP.NET MVC framework. Since both of these are my area of of interest, I downloaded the codes and give a quick walkthrough. Prior getting to the main discussion, I just want to remind you that it is the second reference application (after Oxite) that is named under Microsoft, so you are suppose to get some quality.... &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%2f04%2f16%2fkobe-ms-new-web-2-0-resource-kit-in-asp-net-mvc-and-my-thoughts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f04%2f16%2fkobe-ms-new-web-2-0-resource-kit-in-asp-net-mvc-and-my-thoughts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Kobe_MS_New_Web_2_0_Resource_Kit_in_ASP_NET_MVC_and_My_thoughts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Kobe_MS_New_Web_2_0_Resource_Kit_in_ASP_NET_MVC_and_My_thoughts</guid>
      <pubDate>Fri, 17 Apr 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Fluent ADO.NET (there's actually a good reason for it!)</title>
      <description>More DAL silliness, but for a good reason. The author was restricted from using an ORM by his client so he came up with a cool way to make his life a little easier. Pretty cool. Scratch that itch! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2009%2f04%2f13%2fintroducing-fluent-adonet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2009%2f04%2f13%2fintroducing-fluent-adonet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Fluent_ADO_NET_there_s_actually_a_good_reason_for_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Fluent_ADO_NET_there_s_actually_a_good_reason_for_it</guid>
      <pubDate>Wed, 15 Apr 2009 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Kona: Continuous Integration and Better Unit Testing</title>
      <description>In this screencast Rob Conery and Brad Wilson talk about continuous integration with TeamCity, Unit Testing with xUnit and TDD in general.

&amp;quot;This screencast went from a simple idea - talking to Brad Wilson about better Unit Testing - to some pretty broad topics such as source control, unit testing, and continuous integration. I seriously could have written a whole book based on the stuff flying through my mind. I reigned it in a bit and decided to focus on two things that I don't think get enough press: writing a good Unit Test coupled with Continuous Integration.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Kona_Continuous_Integration_and_Better_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Kona_Continuous_Integration_and_Better_Unit_Testing</guid>
      <pubDate>Mon, 13 Apr 2009 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Talking with Jeremy Miller about Alt.Net</title>
      <description>As a follow up to the last podcast that featured Mike Moore and Scott Bellware discussing Alt.Net I spoke with Jeremy Miller to put out a vision for what he feels Alt.Net should represent and how it can be a positive thing in the community. This will be the last episode here on this topic, I promise to get back to normal technology discussions (next episode is about BDD and TDD). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f18-talking-with-jeremy-miller-about-alt-net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f18-talking-with-jeremy-miller-about-alt-net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Talking_with_Jeremy_Miller_about_Alt_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Talking_with_Jeremy_Miller_about_Alt_Net</guid>
      <pubDate>Tue, 07 Apr 2009 21:16:17 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC source code under MS-PL</title>
      <description>Scott Guthrie announces that the ASP.NET MVC source code is being released under the Microsoft Public License (MS-PL).  MS-PL is an OSI-approved open source license.  The MS-PL contains no platform restrictions and provides broad rights to modify and redistribute the source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f04%2f01%2fasp-net-mvc-1-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f04%2f01%2fasp-net-mvc-1-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_source_code_under_MS_PL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_source_code_under_MS_PL</guid>
      <pubDate>Thu, 02 Apr 2009 18:16:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog</title>
      <description>In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. &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%2f04%2f01%2fasp-net-mvc-best-practices-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f04%2f01%2fasp-net-mvc-best-practices-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Best_Practices_Part_1_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Best_Practices_Part_1_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Thu, 02 Apr 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Bits in Motion: Announcing Gallio and MbUnit v3.0.6</title>
      <description>From the post: &amp;quot;Today we are releasing Gallio and MbUnit v3.0.6.  Lots of new stuff, including new features and performance enhancements.

Highlights:

    * Parallelizable tests.
    * One-click test debugging from Icarus.
    * Auto-reload and auto-run tests from Icarus after each build.
    * ReSharper 4.5 beta support with improved performance.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bits-in-motion.com%2f2009%2f03%2fannouncing-gallio-and-mbunit-v306.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bits-in-motion.com%2f2009%2f03%2fannouncing-gallio-and-mbunit-v306.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Bits_in_Motion_Announcing_Gallio_and_MbUnit_v3_0_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Bits_in_Motion_Announcing_Gallio_and_MbUnit_v3_0_6</guid>
      <pubDate>Thu, 26 Mar 2009 19:41:09 GMT</pubDate>
    </item>
    <item>
      <title>Expression Blend 3 is...</title>
      <description>This article highlight some of my favorite new features in Expression blend 3 (including silverlight 3 support, perspective 3d, intellisense, etc) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f03%2f19%2fexpression-blend-3-is.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f03%2f19%2fexpression-blend-3-is.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Expression_Blend_3_is</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Expression_Blend_3_is</guid>
      <pubDate>Fri, 20 Mar 2009 06:16:18 GMT</pubDate>
    </item>
    <item>
      <title>A lap around MIX09 keynote announcements</title>
      <description>Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fa-lap-around-mix09-announcements.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fa-lap-around-mix09-announcements.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/A_lap_around_MIX09_keynote_announcements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/A_lap_around_MIX09_keynote_announcements</guid>
      <pubDate>Thu, 19 Mar 2009 02:31:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC goes RTM before MIX09</title>
      <description>Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</guid>
      <pubDate>Wed, 18 Mar 2009 19:46:04 GMT</pubDate>
    </item>
    <item>
      <title>FizzBin - The Technical Support Secret Handshake</title>
      <description>I hate that 5 minute to 5 hour long &amp;quot;ramp up&amp;quot; when I'm on the phone with any kind of technical support as they realize that we both know what we're doing. Or at least, one of us does. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFizzBinTheTechnicalSupportSecretHandshake.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFizzBinTheTechnicalSupportSecretHandshake.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/FizzBin_The_Technical_Support_Secret_Handshake</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/FizzBin_The_Technical_Support_Secret_Handshake</guid>
      <pubDate>Wed, 18 Mar 2009 07:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Northwest Arkansas Code Camp 2009</title>
      <description>This is just a short post to let everyone know about our local Code Camp.  The code camp will be April 25, 2009 at the Shewmaker Center in Bentonville, AR.  If you have not registered or need more details please go to http://codecamp.nwadnug.org.  The current session list is below.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzachariahyoung.com%2fzy%2fpost%2f2009%2f03%2fNorthwest-Arkansas-Code-Camp-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzachariahyoung.com%2fzy%2fpost%2f2009%2f03%2fNorthwest-Arkansas-Code-Camp-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Northwest_Arkansas_Code_Camp_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Northwest_Arkansas_Code_Camp_2009</guid>
      <pubDate>Mon, 16 Mar 2009 01:02:05 GMT</pubDate>
    </item>
    <item>
      <title>Hosting your OSS project on github</title>
      <description>Aaron walks through hosting an oss project on github and how to use git as the SCC 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%2faaron.jensen%2farchive%2f2009%2f03%2f12%2fhosting-your-oss-project-on-github.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2faaron.jensen%2farchive%2f2009%2f03%2f12%2fhosting-your-oss-project-on-github.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Hosting_your_OSS_project_on_github</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Hosting_your_OSS_project_on_github</guid>
      <pubDate>Fri, 13 Mar 2009 17:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET MVC eBook Tutorial - ScottGu</title>
      <description>There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now - announcement coming soon).  As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it.

Over the last few months I've been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox.  The book is now in production, and will be available to buy in stores soon &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</guid>
      <pubDate>Wed, 11 Mar 2009 09:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Alt.Net Podcast Episode 17: The State of Alt.Net</title>
      <description>Mike Moore talks with Scott Bellware about the state of Alt.Net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f17-the-state-of-alt-net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f17-the-state-of-alt-net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Alt_Net_Podcast_Episode_17_The_State_of_Alt_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Alt_Net_Podcast_Episode_17_The_State_of_Alt_Net</guid>
      <pubDate>Sat, 07 Mar 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Late-Bound Invocation with Expression Trees</title>
      <description>Avoid the cost of reflection for late-bound invocation by using expression trees. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2009%2f03%2f06%2ffast-late-bound-invocation-with-expression-trees%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2009%2f03%2f06%2ffast-late-bound-invocation-with-expression-trees%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Late_Bound_Invocation_with_Expression_Trees</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Late_Bound_Invocation_with_Expression_Trees</guid>
      <pubDate>Sat, 07 Mar 2009 01:46:20 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Release Candidate 2</title>
      <description>Release Candidate 2 for ASP.NET MVC is now available &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f03%2f03%2faspnetmvc-changes-for-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.haacked.com%2farchive%2f2009%2f03%2f03%2faspnetmvc-changes-for-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Release_Candidate_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Release_Candidate_2</guid>
      <pubDate>Wed, 04 Mar 2009 09:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>