<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by damphlett</title>
    <description>Stories kicked by damphlett</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>C# 4.0 Dynamic Lookup - Are You Kidding Me? </title>
      <description>One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically.  When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON'T LIKE IT, ARE YOU KIDDING ME? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f03%2fc-40-dynamic-lookup-are-you-kidding-me%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f03%2fc-40-dynamic-lookup-are-you-kidding-me%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_Dynamic_Lookup_Are_You_Kidding_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_Dynamic_Lookup_Are_You_Kidding_Me</guid>
      <pubDate>Tue, 04 Nov 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Looking for DotNetNuke Modules? (minor rant, hopefully an informative </title>
      <description>I'm going to start this blog post off with a minor rant about purchasing DNN modules, and had intended to follow that up with a discussion on the evolution of the DotNetNuke ecosystem customer, but both topics have grown larger than initially planned so I will break them up into two separate posts. So here goes the ranting, followed by what I hope will be an informative blog post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fchristoc%2farchive%2f2008%2f10%2f28%2flooking-for-dotnetnuke-modules-minor-rant-hopefully-an-informative-post.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fchristoc%2farchive%2f2008%2f10%2f28%2flooking-for-dotnetnuke-modules-minor-rant-hopefully-an-informative-post.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Looking_for_DotNetNuke_Modules_minor_rant_hopefully_an_informative</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Looking_for_DotNetNuke_Modules_minor_rant_hopefully_an_informative</guid>
      <pubDate>Thu, 30 Oct 2008 14:49:21 GMT</pubDate>
    </item>
    <item>
      <title>Quote for October</title>
      <description>A quote worth remembering! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f21%2fQuote-for-October.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f21%2fQuote-for-October.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Quote_for_October</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Quote_for_October</guid>
      <pubDate>Wed, 22 Oct 2008 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Crack.NET - A runtime debugging and scripting tool for .NET</title>
      <description>Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer.  If you love Snoop and Mole for Visual Studio, you'll love Crack.NET, too.  Crack.NET allows you to "walk" the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcracknetproject.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcracknetproject.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</guid>
      <pubDate>Tue, 21 Oct 2008 19:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Neptune (personal SMTP testing server)</title>
      <description>Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</guid>
      <pubDate>Wed, 22 Oct 2008 08:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Tool: Crack.NET</title>
      <description>Introducing : Crack.NET &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%2f2008%2f10%2f20%2ftool-crack-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f20%2ftool-crack-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Tool_Crack_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Tool_Crack_NET</guid>
      <pubDate>Tue, 21 Oct 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 2.0 Beta 3 - Turkey Test Approved</title>
      <description>Hopefully the final Json.NET 2.0 beta. Lots of new features and bug fixes. Library now passes 'The Turkey Test'. &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%2f04%2f08%2fjson-net-2-0-beta-3-turkey-test-approved.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f04%2f08%2fjson-net-2-0-beta-3-turkey-test-approved.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_2_0_Beta_3_Turkey_Test_Approved</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_2_0_Beta_3_Turkey_Test_Approved</guid>
      <pubDate>Wed, 09 Apr 2008 10:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>