<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rnwood</title>
    <description>Stories kicked by rnwood</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>IronRuby and ASP.NET MVC</title>
      <description>John Lam demonstrates the integration between the two following his demo at TechEd in June. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iunknown.com%2f2008%2f06%2fironruby-and-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iunknown.com%2f2008%2f06%2fironruby-and-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/IronRuby_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/IronRuby_and_ASP_NET_MVC</guid>
      <pubDate>Mon, 07 Jul 2008 19:33:27 GMT</pubDate>
    </item>
    <item>
      <title>Cascading Deletings with LINQ-to-SQL</title>
      <description>Scott discusses various techniques... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fCascadeDeleteCS07032008014639AM%2fCascadeDeleteCS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fscottlysle%2fCascadeDeleteCS07032008014639AM%2fCascadeDeleteCS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Cascading_Deletings_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Cascading_Deletings_with_LINQ_to_SQL</guid>
      <pubDate>Mon, 07 Jul 2008 19:26:11 GMT</pubDate>
    </item>
    <item>
      <title>How do you Troubleshoot ASP.NET problems?</title>
      <description>Share how you track down some common ASP.NET problems in production. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2ftom%2farchive%2f2008%2f07%2f07%2fhow-do-you-troubleshoot-asp-net-problems.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2ftom%2farchive%2f2008%2f07%2f07%2fhow-do-you-troubleshoot-asp-net-problems.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_do_you_Troubleshoot_ASP_NET_problems</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_do_you_Troubleshoot_ASP_NET_problems</guid>
      <pubDate>Mon, 07 Jul 2008 18:10:25 GMT</pubDate>
    </item>
    <item>
      <title>Why Duck Typing Matters to C# Developers</title>
      <description>Phil Haack presents a use for duck typing in C# development in order to test the untestable. He even highlights that a core feature of the C# language (foreach) uses duck typing! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f08%2f19%2fwhy-duck-typing-matters-to-c-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f08%2f19%2fwhy-duck-typing-matters-to-c-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Why_Duck_Typing_Matters_to_C_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Why_Duck_Typing_Matters_to_C_Developers</guid>
      <pubDate>Sun, 06 Jul 2008 08:25:07 GMT</pubDate>
    </item>
    <item>
      <title>To Duck Type or not to Duck Type, The Perils or Duck Typing</title>
      <description>Otaku writes about potential problems and pitfalls of duck typing. His article refers to Java but is just as relevant to .NET languages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeust.com%2fweblog%2farchives%2f000269.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeust.com%2fweblog%2farchives%2f000269.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/To_Duck_Type_or_not_to_Duck_Type_The_Perils_or_Duck_Typing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/To_Duck_Type_or_not_to_Duck_Type_The_Perils_or_Duck_Typing</guid>
      <pubDate>Sun, 06 Jul 2008 08:14:58 GMT</pubDate>
    </item>
    <item>
      <title>Do namespace using directives affect Assembly Loading?</title>
      <description>A rule in the the recent MS Stylecop release poses an interesting question - do namespace using directives affect assembly loading. Scott investigates... &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%2fBackToBasicsDoNamespaceUsingDirectivesAffectAssemblyLoading.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fBackToBasicsDoNamespaceUsingDirectivesAffectAssemblyLoading.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Do_namespace_using_directives_affect_Assembly_Loading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Do_namespace_using_directives_affect_Assembly_Loading</guid>
      <pubDate>Sun, 06 Jul 2008 08:07:30 GMT</pubDate>
    </item>
  </channel>
</rss>