<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dnksid</title>
    <description>Stories kicked by dnksid</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>Wave Reflection Effect</title>
      <description>Reflection effect using Pixel Shader in WPF 3.5 Sp1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</guid>
      <pubDate>Fri, 25 Jul 2008 20:01:05 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Add Service Reference&amp;quot; missing in Visual Studio 2008</title>
      <description>The article describes a scenario in which &amp;quot;Add Service Reference&amp;quot; will not appear in Visual Studio 2008 projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f07%2f22%2fadd-service-reference-option-not-appearing-in-visual-studio-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f07%2f22%2fadd-service-reference-option-not-appearing-in-visual-studio-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Add_Service_Reference_missing_in_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Add_Service_Reference_missing_in_Visual_Studio_2008</guid>
      <pubDate>Wed, 23 Jul 2008 00:20:12 GMT</pubDate>
    </item>
    <item>
      <title>Which kind of cast should you use in C#?</title>
      <description>C# offers two casting operators: the prefix-cast and the as-cast. Although the two operators compile to different op-codes in the CLR, the practical difference between them is in how they handle failed casts. Prefix-cast throws an exception on cast failure, while as-cast returns null. 

It's easier to implement correct error handling when you use prefix cast, because it doesn't require manual checks for null values that can cause problems in distant parts of your program. Prefix-cast should be the default cast operator on your fingertips, that you use for everyday situations - reserve as-cast for special cases where performance matters.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgen5.info%2fq%2f2008%2f06%2f13%2fprefix-casting-versus-as-casting-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Which_kind_of_cast_should_you_use_in_C</guid>
      <pubDate>Wed, 18 Jun 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application</title>
      <description>An overview of using C# 3.0 syntax in a .Net 2.0 application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</guid>
      <pubDate>Tue, 17 Jun 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Simple report generator</title>
      <description>This article describes a way to generate simple RTF reports from your application without using any 3rd party components or requiring Word to be installed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f06%2f10%2fa-simple-rtf-report-generator%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f06%2f10%2fa-simple-rtf-report-generator%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Simple_report_generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Simple_report_generator</guid>
      <pubDate>Wed, 11 Jun 2008 00:00:46 GMT</pubDate>
    </item>
    <item>
      <title>Zune for Developers (Part 1)</title>
      <description>Learn to program the Zune. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeanlucdavid.com%2fblog%2f2008%2f06%2f04%2fZuneForDevelopersPart1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeanlucdavid.com%2fblog%2f2008%2f06%2f04%2fZuneForDevelopersPart1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Zune_for_Developers_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Zune_for_Developers_Part_1</guid>
      <pubDate>Wed, 04 Jun 2008 10:11:48 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #6 - C# Games </title>
      <description>the sixth of the series of programming job interview challenge is out. try your power... &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%2f06%2f02%2fa-programming-job-interview-challenge-6-c-games%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f02%2fa-programming-job-interview-challenge-6-c-games%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_6_C_Games</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_6_C_Games</guid>
      <pubDate>Mon, 02 Jun 2008 14:01:11 GMT</pubDate>
    </item>
    <item>
      <title>How to Find Memory Leaks With CLRProfiler </title>
      <description>Track down, discover and eliminate memory leaks in your applications with this free open source tool. &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%2f05%2f30%2fhow-to-find-memory-leaks-with-clrprofiler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f30%2fhow-to-find-memory-leaks-with-clrprofiler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Find_Memory_Leaks_With_CLRProfiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Find_Memory_Leaks_With_CLRProfiler</guid>
      <pubDate>Fri, 30 May 2008 14:01:07 GMT</pubDate>
    </item>
    <item>
      <title>The Open Closed Principle</title>
      <description>The first installment of a new MSDN Magazine column by Jeremy Miller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</guid>
      <pubDate>Fri, 30 May 2008 13:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Detailed code metrics with NDepend</title>
      <description>A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that!  &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%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f05%2fDetailed-code-metrics-with-NDepend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Detailed_code_metrics_with_NDepend</guid>
      <pubDate>Fri, 30 May 2008 08:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Eight Simple Tips To Improve Your Presentation Skills</title>
      <description>Recently, a user group held a conference whose subject was Domain-Driven Design with nHibernate. Now, this is a really cool topic of discussion! So, I decided to attend the conference in order to improve my perspective and knowledge on the subject. Little did I know that the speaker was an introverted programmer who greatly lacked in public speaking skills. Many people, including myself, left early, as the presentation became unbearably tedious and awkward. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.briandicroce.com%2f2007%2f12%2f31%2feight-simple-tips-to-improve-your-presentation-skills%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.briandicroce.com%2f2007%2f12%2f31%2feight-simple-tips-to-improve-your-presentation-skills%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Eight_Simple_Tips_To_Improve_Your_Presentation_Skills</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Eight_Simple_Tips_To_Improve_Your_Presentation_Skills</guid>
      <pubDate>Sun, 18 May 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Capitalize the First Letter of All Words in a string in C#</title>
      <description>Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc).
Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-Capitalize-the-First-Letter-of-All-Words-in-a-string-in-C-sharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-Capitalize-the-First-Letter-of-All-Words-in-a-string-in-C-sharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Capitalize_the_First_Letter_of_All_Words_in_a_string_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Capitalize_the_First_Letter_of_All_Words_in_a_string_in_C</guid>
      <pubDate>Sat, 10 May 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Using a Windows Service just to run a scheduled process is Wrong!</title>
      <description>A classic post by Jon Galloway: A Windows Service is the wrong solution to scheduling one-off custom processes. The right solution for scheduling simple processes is the Windows Task Scheduler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2005%2f10%2f24%2f428303.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2005%2f10%2f24%2f428303.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_a_Windows_Service_just_to_run_a_scheduled_process_is_Wrong</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_a_Windows_Service_just_to_run_a_scheduled_process_is_Wrong</guid>
      <pubDate>Sat, 10 May 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Great Silverlight 2.0 example application</title>
      <description>Great example of how to make rich line-of-business apps using Silverlight 2.0. Scalable UI, DeepZoom, animation etc.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mscui.net%2fPatientJourneyDemonstrator%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mscui.net%2fPatientJourneyDemonstrator%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Great_Silverlight_2_0_example_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Great_Silverlight_2_0_example_application</guid>
      <pubDate>Mon, 12 May 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces and Silverlight Demo (Part 1)</title>
      <description>I was asked to see how easy it would be to get EntitySpaces objects to work inside Silverlight, and to demonstrate my findings. This was a curiously interesting notion, since many have pondered whether Silverlight is a valuable runtime environment for LOB (line-of-business) applications. There are a number of reasons why Silverlight, at least in its Version2 flavor, would be very ideal for building client/server applications ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f05%2fEntitySpacesAndSilverlightDemoPart1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f05%2fEntitySpacesAndSilverlightDemoPart1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/EntitySpaces_and_Silverlight_Demo_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/EntitySpaces_and_Silverlight_Demo_Part_1</guid>
      <pubDate>Tue, 06 May 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>New F# Compiler Released</title>
      <description>The new version of the F# Compiler was released May 1, 2008. Go download it now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fresearch.microsoft.com%2fresearch%2fdownloads%2fDetails%2f7ac148a7-149b-4056-aa06-1e6754efd36f%2fDetails.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fresearch.microsoft.com%2fresearch%2fdownloads%2fDetails%2f7ac148a7-149b-4056-aa06-1e6754efd36f%2fDetails.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/New_F_Compiler_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/New_F_Compiler_Released</guid>
      <pubDate>Sat, 03 May 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Tips for what you should do in a software project</title>
      <description>The article describes some tips for improving the outcome of a software project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f05%2f01%2fwhat-you-should-do%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f05%2f01%2fwhat-you-should-do%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Tips_for_what_you_should_do_in_a_software_project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Tips_for_what_you_should_do_in_a_software_project</guid>
      <pubDate>Fri, 02 May 2008 17:03:23 GMT</pubDate>
    </item>
    <item>
      <title>(Better) JQuery IntelliSense in VS2008</title>
      <description>If you are like me and you've read the many articles about how to get other javascript libraries to work in VS2008, you'll know that all you really need to do is install the visual studio HOTFIX. This patches your VS and among other things, gets the javascript intellisense working nicely. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbradvincent%2farchive%2f2008%2f04%2f28%2fbetter-jquery-intellisense-in-vs2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbradvincent%2farchive%2f2008%2f04%2f28%2fbetter-jquery-intellisense-in-vs2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Better_JQuery_IntelliSense_in_VS2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Better_JQuery_IntelliSense_in_VS2008</guid>
      <pubDate>Tue, 29 Apr 2008 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Porting Silverlight 2.0 to WPF</title>
      <description>Lessons learned in porting a Silverlight 2.0 application to WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kkrankk.com%2f2008%2f04%2fporting-silverlight-20-to-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kkrankk.com%2f2008%2f04%2fporting-silverlight-20-to-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Porting_Silverlight_2_0_to_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Porting_Silverlight_2_0_to_WPF</guid>
      <pubDate>Tue, 29 Apr 2008 01:53:04 GMT</pubDate>
    </item>
    <item>
      <title>How &amp;quot;csc /optimize+ handles emptry blocks&amp;quot;</title>
      <description>The article attempts to clear some incorrect information available in a number of forums, supposedly provided by someone in the C# compiler team, about the way the C# compiler handles empty try/finally blocks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f28%2fc-compiler-and-empty-%25e2%2580%259ctry%25e2%2580%259d-block%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f28%2fc-compiler-and-empty-%25e2%2580%259ctry%25e2%2580%259d-block%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_csc_optimize_handles_emptry_blocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_csc_optimize_handles_emptry_blocks</guid>
      <pubDate>Tue, 29 Apr 2008 00:51:28 GMT</pubDate>
    </item>
    <item>
      <title>Is Switch same as a bunch of If-Else-If statements?</title>
      <description>The article describes how the C# compiler handles the switch statement, which might be a bit surprising for some. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f24%2fswitch-is-just-if-else-if%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f24%2fswitch-is-just-if-else-if%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Is_Switch_same_as_a_bunch_of_If_Else_If_statements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Is_Switch_same_as_a_bunch_of_If_Else_If_statements</guid>
      <pubDate>Thu, 24 Apr 2008 23:29:53 GMT</pubDate>
    </item>
    <item>
      <title>Free screen zoom &amp;amp; annotation tool for technical presentations</title>
      <description>I am planning to use this tool in future technical presentations where I need to show some code. I am pretty sure the folks here would find it useful too. 

A demo video is available at http://www.youtube.com/watch?v=4jMLAF-9ACk.

ZoomIt is available for download from Microsoft TechNet for free. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2fsysinternals%2fbb897434.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechnet.microsoft.com%2fen-us%2fsysinternals%2fbb897434.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Free_screen_zoom_annotation_tool_for_technical_presentations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Free_screen_zoom_annotation_tool_for_technical_presentations</guid>
      <pubDate>Wed, 23 Apr 2008 19:40:11 GMT</pubDate>
    </item>
    <item>
      <title>Out, Out, Damn Ref</title>
      <description>The difference between the out and ref keywords in C# .. and other questions this brings up. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f04%2f18%2fout-out-damn-ref.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f04%2f18%2fout-out-damn-ref.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Out_Out_Damn_Ref</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Out_Out_Damn_Ref</guid>
      <pubDate>Thu, 24 Apr 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Five recommendations for starting a startup with ASP.NET</title>
      <description>Here are five practical pieces of advice for developers who want to build a web startup, and use ASP.NET to do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f04%2ffive-recommenda.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f04%2ffive-recommenda.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Five_recommendations_for_starting_a_startup_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Five_recommendations_for_starting_a_startup_with_ASP_NET</guid>
      <pubDate>Tue, 22 Apr 2008 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Building Domain Specific Languages on the CLR</title>
      <description>Nice article on DSLs in the .NET space  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infoq.com%2farticles%2fdsl-on-the-clr"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infoq.com%2farticles%2fdsl-on-the-clr" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Building_Domain_Specific_Languages_on_the_CLR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Building_Domain_Specific_Languages_on_the_CLR</guid>
      <pubDate>Mon, 21 Apr 2008 19:16:05 GMT</pubDate>
    </item>
  </channel>
</rss>