<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sfernando</title>
    <description>Stories kicked by sfernando</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>Debugging Dynamic objects Part 1</title>
      <description>With C# 4.0 we can instantiate and perform operations on objects  from dynamic languages like iron python, Iron ruby by using the dynamic keyword. In this post i will show you the tools added to  inspection these objects and how one can reuse this for debugging COM objects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2009%2f02%2f24%2fdebugging-dynamic-objects-in-c-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2009%2f02%2f24%2fdebugging-dynamic-objects-in-c-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Debugging_Dynamic_objects_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Debugging_Dynamic_objects_Part_1</guid>
      <pubDate>Wed, 11 Mar 2009 00:17:08 GMT</pubDate>
    </item>
    <item>
      <title>Debugging and Delayed Execution in C# 3.0</title>
      <description>C# 3.0 added a few constructs like queries which are delay executed. This means that they are not actually executed until the results of the query are required. Debugging some of them can seem strange since one can't step in to the Query where its created but only where its enumerated, like in a foreach loop. In this article i will show some of the problems that the user can face based on the fact that the Query is delay executed and the debugger tries to be as non-intrusive as possible.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f07%2f12%2fdebugging-and-delayed-execution.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsreekarc%2farchive%2f2007%2f07%2f12%2fdebugging-and-delayed-execution.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Debugging_and_Delayed_Execution_in_C_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Debugging_and_Delayed_Execution_in_C_3_0</guid>
      <pubDate>Tue, 17 Jul 2007 13:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>
