<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mikolus</title>
    <description>Stories kicked by mikolus</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>CodeFileBaseClass Attribute And Generic Types</title>
      <description>Ever wanted to declaratively set properties of you Page class in a Page directive like you do with Title?
It can be done with a use of CodeFileBaseClass. But what about generics? How to handle them? Read on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fCodeFileBaseClassAndGenericTypes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fCodeFileBaseClassAndGenericTypes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CodeFileBaseClass_Attribute_And_Generic_Types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CodeFileBaseClass_Attribute_And_Generic_Types</guid>
      <pubDate>Thu, 12 Jul 2007 13:59:20 GMT</pubDate>
    </item>
    <item>
      <title>Working With Web.config And App_Code</title>
      <description>Few things to know when working with Web.config and App_Code directory. What is the assembly name for App_Code classes, how to use controls defined there etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fWorkingWithWebconfigAndAppCodeDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fWorkingWithWebconfigAndAppCodeDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Working_With_Web_config_And_App_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Working_With_Web_config_And_App_Code</guid>
      <pubDate>Mon, 25 Jun 2007 15:23:43 GMT</pubDate>
    </item>
    <item>
      <title>How To Writer br Without Writing br</title>
      <description>On using HtmlTextWriter object with HtmlTextWriterTag enumeration and how to writer &amp;lt;br /&amp;gt; without using literal &amp;quot;&amp;lt;br /&amp;gt;&amp;quot; string. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fHowToWriteBrWithoutWritingBr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fHowToWriteBrWithoutWritingBr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_Writer_br_Without_Writing_br</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_Writer_br_Without_Writing_br</guid>
      <pubDate>Tue, 19 Jun 2007 17:36:16 GMT</pubDate>
    </item>
    <item>
      <title>Good Practice For Working With ASP.NET Controls</title>
      <description>A good practice that I'm using when working with ASP.NET controls that saves me a lot of work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fUsingInheritedASPNETControlsBestPractice.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fUsingInheritedASPNETControlsBestPractice.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Good_Practice_For_Working_With_ASP_NET_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Good_Practice_For_Working_With_ASP_NET_Controls</guid>
      <pubDate>Wed, 20 Jun 2007 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Anonymous Methods vs Threads</title>
      <description>What happens when you combine anonymous methods and threads - a things you need to be aware or you will encounter a strange behavior that will be hard to explain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fAnonymousMethodsVsThreads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fAnonymousMethodsVsThreads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Anonymous_Methods_vs_Threads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Anonymous_Methods_vs_Threads</guid>
      <pubDate>Tue, 19 Jun 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting All Controls On The ASP.NET Page</title>
      <description>How to get all controls on a page in a recursive way -
FlattenHierarchy method and what you can do with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingAllControlsOnTheASPNETPage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingAllControlsOnTheASPNETPage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_All_Controls_On_The_ASP_NET_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_All_Controls_On_The_ASP_NET_Page</guid>
      <pubDate>Mon, 18 Jun 2007 14:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Working With Asynchronous WebRequests</title>
      <description>Do you knowh how to handle multiple asynchronous WebRequests? Do you know why the obvious way doesn't work? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fBeginGetResponseIAsyncResultAndAsyncWaitHandleIssue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fBeginGetResponseIAsyncResultAndAsyncWaitHandleIssue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Working_With_Asynchronous_WebRequests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Working_With_Asynchronous_WebRequests</guid>
      <pubDate>Mon, 18 Jun 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>The DIV Tag Around Hidden ASP.NET Input Fields</title>
      <description>How to get rid of the div tag that gets generated around hidden ASP.NET input fields? Is it at all possible? Yes, but not in a way one would expect. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fTheDIVTagAroundHiddenASPNETInputFields.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fTheDIVTagAroundHiddenASPNETInputFields.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_DIV_Tag_Around_Hidden_ASP_NET_Input_Fields</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_DIV_Tag_Around_Hidden_ASP_NET_Input_Fields</guid>
      <pubDate>Fri, 15 Jun 2007 18:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Self-Hiding ASP.NET Control</title>
      <description>Making a self-hiding ASP.NET control - what can surprise you on your way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fSelfHidingASPNETControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fSelfHidingASPNETControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Self_Hiding_ASP_NET_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Self_Hiding_ASP_NET_Control</guid>
      <pubDate>Thu, 14 Jun 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Recursive Properties Of ASP.NET Controls</title>
      <description>It seams that some of the properties of ASP.NET controls are recursive... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fRecursivePropertiesOfASPNETControls.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fRecursivePropertiesOfASPNETControls.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Recursive_Properties_Of_ASP_NET_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Recursive_Properties_Of_ASP_NET_Controls</guid>
      <pubDate>Wed, 13 Jun 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ReadOnly TextBox ASP.NET Control</title>
      <description>Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fReadOnlyTextBoxControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fReadOnlyTextBoxControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ReadOnly_TextBox_ASP_NET_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ReadOnly_TextBox_ASP_NET_Control</guid>
      <pubDate>Tue, 05 Jun 2007 20:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Get view state off __VIEWSTATE!</title>
      <description>ASP.NET saves transient control data across postbacks in a hidden field, which can severely affect response times. This article explores the ways to keep view state on the server.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f03%2f17%2fget-view-state-off-__viewstate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2007%2f03%2f17%2fget-view-state-off-__viewstate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_view_state_off_VIEWSTATE</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_view_state_off_VIEWSTATE</guid>
      <pubDate>Sun, 18 Mar 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Self-Populating DropDownList</title>
      <description>How to make a Self-Populating DropDownList control in ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fSelfPopulatingDropDownList.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fSelfPopulatingDropDownList.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Self_Populating_DropDownList</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Self_Populating_DropDownList</guid>
      <pubDate>Tue, 13 Mar 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Catch-up Events</title>
      <description>Catch-up Events in ASP.NET - an example of how you can see how it all works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fCatchupEvents.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fCatchupEvents.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Catch_up_Events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Catch_up_Events</guid>
      <pubDate>Thu, 08 Mar 2007 03:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Validation Controls As Images - Take 2</title>
      <description>How to make ASP.NET Validation Controls to display image instead of a plain text. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fValidationControlsAsImagesTake2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fValidationControlsAsImagesTake2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Validation_Controls_As_Images_Take_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Validation_Controls_As_Images_Take_2</guid>
      <pubDate>Wed, 21 Feb 2007 12:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Nullable Types And NullReferenceException</title>
      <description>Does Nullable type throw a NullReferenceException? If so - when, if not - why? Read on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fNullableTypesAndNullReferenceException.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fNullableTypesAndNullReferenceException.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Nullable_Types_And_NullReferenceException</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Nullable_Types_And_NullReferenceException</guid>
      <pubDate>Thu, 15 Feb 2007 12:46:01 GMT</pubDate>
    </item>
    <item>
      <title>NonVisualControlAttribute</title>
      <description>My latest discovery: the NonVisualControlAttribute and why should we care. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fNonVisualControlAttribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fNonVisualControlAttribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NonVisualControlAttribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NonVisualControlAttribute</guid>
      <pubDate>Thu, 08 Feb 2007 16:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting The Location Of App_Data Folder</title>
      <description>Have you ever wondered how to get the location of App_Data folder in code in some strongly typed way? Well, it seams that there is no way. Read on... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheLocationOfAppDataFolder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheLocationOfAppDataFolder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_The_Location_Of_App_Data_Folder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_The_Location_Of_App_Data_Folder</guid>
      <pubDate>Mon, 05 Feb 2007 13:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting The List Of All Pages In The Application</title>
      <description>A short snippet of code that demonstrates how you can get and display a list of all pages in the ASP.NET web application. Such a list can be used during developement to ease navigation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheListOfAllPagesInTheApplication.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fGettingTheListOfAllPagesInTheApplication.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_The_List_Of_All_Pages_In_The_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_The_List_Of_All_Pages_In_The_Application</guid>
      <pubDate>Wed, 17 Jan 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>CancelEventArgs - Pitfalls And Alternative</title>
      <description>The all-useful CancelEventArgs, a common pitfall with using it and a safer alternative. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fCancelEventArgsPitfallsAndAlternative.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fCancelEventArgsPitfallsAndAlternative.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/CancelEventArgs_Pitfalls_And_Alternative</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/CancelEventArgs_Pitfalls_And_Alternative</guid>
      <pubDate>Fri, 05 Jan 2007 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio SP1 - Windows 2003 Adventure</title>
      <description>Ironic article describing my adventure with SP1 for Visual Studio 2005. How I have searched for and problems I had during installation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fVisualStudio2005ServicePack1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fVisualStudio2005ServicePack1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_SP1_Windows_2003_Adventure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_SP1_Windows_2003_Adventure</guid>
      <pubDate>Wed, 20 Dec 2006 12:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Object Test Bench</title>
      <description>There is a tool in Visual Studio called the Object Test Bench. In this article I present an overview of its features and compare it to the Immediate Window which in my opinion almost always does the job better and faster. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fObjectTestBench.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fObjectTestBench.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Object_Test_Bench</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Object_Test_Bench</guid>
      <pubDate>Fri, 08 Dec 2006 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Overriding Protected Internal Method</title>
      <description>What does &amp;quot;protected interanl&amp;quot; really mean: the description of an expected or unexpeceted behavior when overriding a &amp;quot;protected internal&amp;quot; method.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fOverridingProtectedInternalMethod.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fOverridingProtectedInternalMethod.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Overriding_Protected_Internal_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Overriding_Protected_Internal_Method</guid>
      <pubDate>Fri, 24 Nov 2006 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Common Pattern For Working With IComparer</title>
      <description>A common pattern that I use when working with IComparer interface that makes the code more usable and intelisense friendly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fCommonPatternForWorkingWithIComparer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fCommonPatternForWorkingWithIComparer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Common_Pattern_For_Working_With_IComparer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Common_Pattern_For_Working_With_IComparer</guid>
      <pubDate>Fri, 24 Nov 2006 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IComparable vs IComparer - what and when</title>
      <description>An article shortly describes what is the purpose of both interfaces and provides guidelines as to when to use which. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fIComparableVsIComparer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fIComparableVsIComparer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/IComparable_vs_IComparer_what_and_when</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/IComparable_vs_IComparer_what_and_when</guid>
      <pubDate>Thu, 23 Nov 2006 12:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
