<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Golo</title>
    <description>Stories kicked by Golo</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>How to add a custom syntax highlighter to SHFB</title>
      <description>This article shows how to add a custom syntax highlighter to the Sandcastle Help File Builder. As example the currently not supported Python language is used. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f07%2f18%2fHowToAddACustomSyntaxHighlighterToSHFB.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f07%2f18%2fHowToAddACustomSyntaxHighlighterToSHFB.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_add_a_custom_syntax_highlighter_to_SHFB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_add_a_custom_syntax_highlighter_to_SHFB</guid>
      <pubDate>Fri, 18 Jul 2008 22:04:52 GMT</pubDate>
    </item>
    <item>
      <title>Yahoo! - how stupid can one get?</title>
      <description>This article asks the question how stupid one can get - related to Yahoo! and the latest events. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f06%2f20%2fYahoondashHowStupidCanYouGet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f06%2f20%2fYahoondashHowStupidCanYouGet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Yahoo_how_stupid_can_one_get</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Yahoo_how_stupid_can_one_get</guid>
      <pubDate>Fri, 20 Jun 2008 18:40:53 GMT</pubDate>
    </item>
    <item>
      <title>Lazy instantiation one-liner with the coalesce operator</title>
      <description>The one-liner for lazy instantiation of instance fields using the coalesce-operator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</guid>
      <pubDate>Wed, 14 May 2008 15:31:33 GMT</pubDate>
    </item>
    <item>
      <title>Variable Scoping in Anonymous Delegates in C#</title>
      <description>On a few occasions anonymous methods still throw me for a conceptual loop. Anonymous methods work like closures and so variable scoping can be extended into these anonymous methods from the calling method scope which is pretty damn useful and the basis for what makes Lambda expressions work in the first place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f330694.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f330694.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Variable_Scoping_in_Anonymous_Delegates_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Variable_Scoping_in_Anonymous_Delegates_in_C</guid>
      <pubDate>Mon, 28 Apr 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Extension Method Hack To Get Around NullReferenceException's</title>
      <description>Today I came across an interesting extension method pattern that I didn't know how the runtime would react. Because I was calling a method from an object that was obviously null.  Check it out it is pretty cool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f04%2finteresting-extension-hack-to-get-around-nullreferenceexceptions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f04%2finteresting-extension-hack-to-get-around-nullreferenceexceptions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Method_Hack_To_Get_Around_NullReferenceException_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Method_Hack_To_Get_Around_NullReferenceException_s</guid>
      <pubDate>Fri, 25 Apr 2008 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Fluent interfaces</title>
      <description>This article describes what fluent interfaces are and how you can use them in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f23%2fFluentInterfaces.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f23%2fFluentInterfaces.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Fluent_interfaces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Fluent_interfaces</guid>
      <pubDate>Wed, 23 Apr 2008 23:49:47 GMT</pubDate>
    </item>
    <item>
      <title>codeparser.net 2.0 Beta 1 available</title>
      <description>Finally, codeparser.net 2.0 beta 1 is available for public review ... :-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fcodeparsernet20Beta1Available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fcodeparsernet20Beta1Available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/codeparser_net_2_0_Beta_1_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/codeparser_net_2_0_Beta_1_available</guid>
      <pubDate>Wed, 23 Apr 2008 01:25:47 GMT</pubDate>
    </item>
    <item>
      <title>InternalsVisibleTo and strong names</title>
      <description>This article describes how to solve the chicken-egg problem when you have an InternalVisiblesTo attribute and want to specify strong names. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fInternalsVisibleToAndStrongNames.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fInternalsVisibleToAndStrongNames.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/InternalsVisibleTo_and_strong_names</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/InternalsVisibleTo_and_strong_names</guid>
      <pubDate>Wed, 23 Apr 2008 00:50:12 GMT</pubDate>
    </item>
    <item>
      <title>codeparser.net 2.0 introduces so-called content transformers</title>
      <description>This article describes the new content transformer of codeparser.net 2.0 that replace the so-called expression replacements of codeparser 1.x. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fcodeparsernet20IntroducesSocalledContentTransformers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f22%2fcodeparsernet20IntroducesSocalledContentTransformers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/codeparser_net_2_0_introduces_so_called_content_transformers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/codeparser_net_2_0_introduces_so_called_content_transformers</guid>
      <pubDate>Wed, 23 Apr 2008 00:08:17 GMT</pubDate>
    </item>
    <item>
      <title>ReSharper 4.0, I love you but it may be time we break up </title>
      <description>What's happening with R# 4? 
Every build has more issues than the previous one...  &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%2f04%2f22%2fresharper-4-0-i-love-you-but-it-may-be-time-we-break-up.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f04%2f22%2fresharper-4-0-i-love-you-but-it-may-be-time-we-break-up.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ReSharper_4_0_I_love_you_but_it_may_be_time_we_break_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ReSharper_4_0_I_love_you_but_it_may_be_time_we_break_up</guid>
      <pubDate>Wed, 23 Apr 2008 05:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Update on the status of codeparser.net 2.0</title>
      <description>This article describes the new configuration model of the upcoming version 2.0 of codeparser.net, including code samples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fUpdateOnTheStatusOfCodeparsernet20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fUpdateOnTheStatusOfCodeparsernet20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Update_on_the_status_of_codeparser_net_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Update_on_the_status_of_codeparser_net_2_0</guid>
      <pubDate>Tue, 22 Apr 2008 02:18:32 GMT</pubDate>
    </item>
    <item>
      <title>Why static and abstract exclude each other</title>
      <description>This article explains why there are no static interfaces, and why static and virtual / static and abstract exclude each other ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fWhyStaticAndAbstractExcludeEachOther.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fWhyStaticAndAbstractExcludeEachOther.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_static_and_abstract_exclude_each_other</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_static_and_abstract_exclude_each_other</guid>
      <pubDate>Tue, 22 Apr 2008 01:44:33 GMT</pubDate>
    </item>
    <item>
      <title>FxCop seems to ignore SuppressMessageAttributes</title>
      <description>This article describes what to do when FxCop seems to ignore SuppressMessageAttributes in your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fFxCopSeemsToIgnoreSuppressMessageAttributes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f21%2fFxCopSeemsToIgnoreSuppressMessageAttributes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/FxCop_seems_to_ignore_SuppressMessageAttributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/FxCop_seems_to_ignore_SuppressMessageAttributes</guid>
      <pubDate>Mon, 21 Apr 2008 23:20:29 GMT</pubDate>
    </item>
    <item>
      <title>A different approach for raising events</title>
      <description>This article describes different approaches how to raise events in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f17%2fADifferentApproachForRaisingEvents.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f17%2fADifferentApproachForRaisingEvents.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/A_different_approach_for_raising_events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/A_different_approach_for_raising_events</guid>
      <pubDate>Fri, 18 Apr 2008 00:16:31 GMT</pubDate>
    </item>
    <item>
      <title>A C# fluent repeater</title>
      <description>A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more...

Just plug-and-play and start repeating stuff! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fA-fluent-repeater.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fA-fluent-repeater.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_C_fluent_repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_C_fluent_repeater</guid>
      <pubDate>Fri, 18 Apr 2008 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Do not use the MethodImpl attribute</title>
      <description>This article explains why you should NOT use the MethodImpl attribute to enable synchronization of methods. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f15%2fDoNotUseTheMethodImplAttribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f15%2fDoNotUseTheMethodImplAttribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Do_not_use_the_MethodImpl_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Do_not_use_the_MethodImpl_attribute</guid>
      <pubDate>Tue, 15 Apr 2008 23:01:46 GMT</pubDate>
    </item>
    <item>
      <title>I switched from Linux to Windows Server 2008</title>
      <description>Wait, did I say that right? I thought it was supposed to be the other way around? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fi-switched-from-linux-to-windows-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fi-switched-from-linux-to-windows-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/I_switched_from_Linux_to_Windows_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/I_switched_from_Linux_to_Windows_Server_2008</guid>
      <pubDate>Wed, 16 Apr 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual LINQ Query Builder - VS 2008 Add-In</title>
      <description>Visual Linq Query Builder helps you create Linq to SQL queries for your programs &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetproject.blogspot.com%2f2008%2f04%2fvisual-linq-query-builder-vs-2008-add.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetproject.blogspot.com%2f2008%2f04%2fvisual-linq-query-builder-vs-2008-add.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Visual_LINQ_Query_Builder_VS_2008_Add_In</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Visual_LINQ_Query_Builder_VS_2008_Add_In</guid>
      <pubDate>Tue, 15 Apr 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>DotNetOpenId 2.0 Released!</title>
      <description>This release adds full support for OpenID 2.0 while preserving full backward compatibility for OpenID 1.x. It is a mature library with lots of help for diagnostics and debugging, and a balance between simplicity and extensibility. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nerdbank.net%2f2008%2f04%2fdotnetopenid-20-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nerdbank.net%2f2008%2f04%2fdotnetopenid-20-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/DotNetOpenId_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/DotNetOpenId_2_0_Released</guid>
      <pubDate>Sun, 13 Apr 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Defining events: Field vs property syntax</title>
      <description>This article discusses the different ways how you can define events in C#: Field syntax vs property syntax &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f11%2fDefiningEventsFieldVsPropertySyntax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f11%2fDefiningEventsFieldVsPropertySyntax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Defining_events_Field_vs_property_syntax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Defining_events_Field_vs_property_syntax</guid>
      <pubDate>Sat, 12 Apr 2008 14:13:08 GMT</pubDate>
    </item>
    <item>
      <title>Why are event raising methods marked as protected virtual?</title>
      <description>This article discusses why the OnXYZ methods should be marked as protected virtual. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f11%2fWhyAreEventRaisingMethodsMarkedAsProtectedVirtual.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f11%2fWhyAreEventRaisingMethodsMarkedAsProtectedVirtual.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_are_event_raising_methods_marked_as_protected_virtual</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_are_event_raising_methods_marked_as_protected_virtual</guid>
      <pubDate>Fri, 11 Apr 2008 23:06:59 GMT</pubDate>
    </item>
    <item>
      <title>Empty try blocks</title>
      <description>The article explains why you might see functions that do nothing in the &amp;quot;try&amp;quot; block. &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%2f10%2fthe-empty-try-block-mystery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f10%2fthe-empty-try-block-mystery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Empty_try_blocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Empty_try_blocks</guid>
      <pubDate>Fri, 11 Apr 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Lexware Assembly Reference Tool</title>
      <description>This article describes a tool that solves the problem of not being able to refer to different assemblies depending on the current configuration (Debug or Release). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f10%2fLexwareAssemblyReferenceTool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f10%2fLexwareAssemblyReferenceTool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Lexware_Assembly_Reference_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Lexware_Assembly_Reference_Tool</guid>
      <pubDate>Thu, 10 Apr 2008 17:36:30 GMT</pubDate>
    </item>
    <item>
      <title>What's the use of the FlagsAttribute on enums?</title>
      <description>This article discusses the use of the FlagsAttribute that you can use on enums. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f08%2fWhatsTheUseOfTheFlagsAttributeOnEnums.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.des-eisbaeren-blog.de%2fBlog%2fPermalink%2f2008%2f04%2f08%2fWhatsTheUseOfTheFlagsAttributeOnEnums.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/What_s_the_use_of_the_FlagsAttribute_on_enums</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/What_s_the_use_of_the_FlagsAttribute_on_enums</guid>
      <pubDate>Wed, 09 Apr 2008 02:34:54 GMT</pubDate>
    </item>
    <item>
      <title>How To Impress At Your Next Interview</title>
      <description>Over the years, I have had the opportunity to interview a lot of prospective developers. In that time I have come to understand more clearly what it is that impresses me most. And it might not be what you expect. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f06%2fhow-to-impress-at-your-next-interview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f06%2fhow-to-impress-at-your-next-interview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_To_Impress_At_Your_Next_Interview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_To_Impress_At_Your_Next_Interview</guid>
      <pubDate>Mon, 07 Apr 2008 20:01:03 GMT</pubDate>
    </item>
  </channel>
</rss>
