<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by shayfriedman</title>
    <description>Stories kicked by shayfriedman</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>The Greatest Exception Handling WTF?!? of All Time</title>
      <description>The Exception object has ONE purpose and ONE purpose only - to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fthe-greatest-exception-handling-wtf-of-all-time%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Greatest_Exception_Handling_WTF_of_All_Time</guid>
      <pubDate>Thu, 28 May 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>A Handy Extension Method: Retrieving Session Variables</title>
      <description>Retrieving session variables is a daily task for web developers. This practice involves a few lines of code that can be easily replaced by extension methods. Come and see for yourself :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f27%2fa-handy-extension-method-retrieving-session-variables.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f27%2fa-handy-extension-method-retrieving-session-variables.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Handy_Extension_Method_Retrieving_Session_Variables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Handy_Extension_Method_Retrieving_Session_Variables</guid>
      <pubDate>Wed, 27 May 2009 14:26:48 GMT</pubDate>
    </item>
    <item>
      <title>A Handy Extension Method: Raise Events Safely</title>
      <description>Raising events is a very common practice. We do that a lot and it's pretty irritating to check for nullity every time. The simple extension methods I present in this post spare the need to repeat this practice every single time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f25%2fa-handy-extension-method-raise-events-safely.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f25%2fa-handy-extension-method-raise-events-safely.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Handy_Extension_Method_Raise_Events_Safely</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Handy_Extension_Method_Raise_Events_Safely</guid>
      <pubDate>Mon, 25 May 2009 16:41:10 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 GMT</pubDate>
    </item>
    <item>
      <title>A Handy Extension Method: Get The Current Page Load Mode</title>
      <description>I find myself pretty often write code to find out if I'm on a postback, callback or initial page load. I've decided to put an end to that and write an extension method that does the job! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f24%2fa-handy-extension-method-get-the-current-page-load-mode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f24%2fa-handy-extension-method-get-the-current-page-load-mode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Handy_Extension_Method_Get_The_Current_Page_Load_Mode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Handy_Extension_Method_Get_The_Current_Page_Load_Mode</guid>
      <pubDate>Sun, 24 May 2009 13:37:49 GMT</pubDate>
    </item>
    <item>
      <title> Survey: Ajax usage among .NET developers in 2009</title>
      <description>Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f05%2f21%2fajax-usage-among-.net-developers-in-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Survey_Ajax_usage_among_NET_developers_in_2009</guid>
      <pubDate>Fri, 22 May 2009 18:04:40 GMT</pubDate>
    </item>
    <item>
      <title>New IronRuby and IronPython Versions</title>
      <description>IronRuby 0.5 and IronPython 2.6 Beta 1 are out! .Net 4.0 CTPs are available as well! woohooooo! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f21%2fnew-ironruby-and-ironpython-versions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f21%2fnew-ironruby-and-ironpython-versions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/New_IronRuby_and_IronPython_Versions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/New_IronRuby_and_IronPython_Versions</guid>
      <pubDate>Thu, 21 May 2009 15:21:25 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tip: Keyboard and Mouse Shortcuts</title>
      <description>I've recently learned a few keyboard\mouse shortcuts in Visual Studio and I thought I would share them with you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f10%2fvisual-studio-tip-keyboard-and-mouse-shortcuts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f10%2fvisual-studio-tip-keyboard-and-mouse-shortcuts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_Keyboard_and_Mouse_Shortcuts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tip_Keyboard_and_Mouse_Shortcuts</guid>
      <pubDate>Sun, 10 May 2009 20:37:51 GMT</pubDate>
    </item>
    <item>
      <title>IronRuby Journey Update #1 - Establishing The Silverlight Environment</title>
      <description>I've started my project to port a Silverlight application from C# to IronRuby. This is the first post that describes what I do, how I do it and my personal impressions from the process. This post is about establishing a Silverlight environment that works with IronRuby. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f09%2fironruby-journey-update-1-establishing-the-silverlight-environment.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f09%2fironruby-journey-update-1-establishing-the-silverlight-environment.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/IronRuby_Journey_Update_1_Establishing_The_Silverlight_Environment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/IronRuby_Journey_Update_1_Establishing_The_Silverlight_Environment</guid>
      <pubDate>Sun, 10 May 2009 00:48:29 GMT</pubDate>
    </item>
    <item>
      <title>C# Tip: Converting Whole Lists in a Single Line of Code</title>
      <description>I always try to find ways to write the banal code blocks faster. This is exactly the case I describe in this post - converting a whole list from one type to another in one line of code.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f01%2fc-tip-using-convert-class-methods-as-conversion-delegates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f05%2f01%2fc-tip-using-convert-class-methods-as-conversion-delegates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Tip_Converting_Whole_Lists_in_a_Single_Line_of_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Tip_Converting_Whole_Lists_in_a_Single_Line_of_Code</guid>
      <pubDate>Fri, 01 May 2009 21:26:04 GMT</pubDate>
    </item>
    <item>
      <title>Extension Method to Imitate Times() in Ruby</title>
      <description>The title says it all.  This extension method allows you to pass an action to int.times and have the action executed than number of times.  Ruby is really cool and extension methods are also really cool.  Using extension methods to imitate the flexibility and fluency of ruby can make life so much easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdpatrickcaldwell.blogspot.com%2f2009%2f04%2fextension-method-to-imitate-times-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdpatrickcaldwell.blogspot.com%2f2009%2f04%2fextension-method-to-imitate-times-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Method_to_Imitate_Times_in_Ruby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Method_to_Imitate_Times_in_Ruby</guid>
      <pubDate>Fri, 01 May 2009 02:34:00 GMT</pubDate>
    </item>
    <item>
      <title>Ten C# Keywords That You Shouldn't Be Using</title>
      <description>Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</guid>
      <pubDate>Thu, 02 Apr 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With IronRuby</title>
      <description>If you want to start working with IronRuby, this is the post to start with! 
I've gathered some of the best IronRuby resources so you can have a smooth and enjoyable entrance to the IronRuby world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f04%2f01%2fgetting-started-with-ironruby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f04%2f01%2fgetting-started-with-ironruby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_Started_With_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_Started_With_IronRuby</guid>
      <pubDate>Wed, 01 Apr 2009 15:19:23 GMT</pubDate>
    </item>
    <item>
      <title>Developers Are The New Legends</title>
      <description>During the last few years, the amount of written text and spoken word about the great change that is currently evolving, has tremendously increased. Has anyone mentioned the ones who are responsible for this change? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f03%2f28%2fdevelopers-are-the-new-legends.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f03%2f28%2fdevelopers-are-the-new-legends.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Developers_Are_The_New_Legends</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Developers_Are_The_New_Legends</guid>
      <pubDate>Sat, 28 Mar 2009 15:41:53 GMT</pubDate>
    </item>
    <item>
      <title>SVN-Monitor is going Open-Source</title>
      <description>You can start downloading the latest beta version and it's source-code (C#). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d120"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d120" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/SVN_Monitor_is_going_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/SVN_Monitor_is_going_Open_Source</guid>
      <pubDate>Tue, 24 Feb 2009 05:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Fun with Empty string.</title>
      <description>Which is the fastest / most readable way to compare to an Empty string? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f02%2f23%2ffun-with-empty-string%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f02%2f23%2ffun-with-empty-string%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fun_with_Empty_string</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fun_with_Empty_string</guid>
      <pubDate>Mon, 23 Feb 2009 21:16:27 GMT</pubDate>
    </item>
    <item>
      <title>A BAD of Roses - JQuery UI Dialog and ASP.Net AJAX</title>
      <description>The JQuery UI dialog is awesome. Joining it with ASP.Net UpdatePanels is really not. 
In this post I describe what happens when you combine these two together, why it happens and I suggest a solution. Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f20%2fa-bad-of-roses-jquery-ui-dialog-and-asp-net-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f20%2fa-bad-of-roses-jquery-ui-dialog-and-asp-net-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/A_BAD_of_Roses_JQuery_UI_Dialog_and_ASP_Net_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/A_BAD_of_Roses_JQuery_UI_Dialog_and_ASP_Net_AJAX</guid>
      <pubDate>Fri, 20 Feb 2009 21:53:40 GMT</pubDate>
    </item>
    <item>
      <title>Suicidal Programming</title>
      <description>Coding all day long? be afraid, be very afraid! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f10%2fsuicidal-programming.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f10%2fsuicidal-programming.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suicidal_Programming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suicidal_Programming</guid>
      <pubDate>Tue, 10 Feb 2009 22:18:49 GMT</pubDate>
    </item>
    <item>
      <title>Make Your Application Extendable Using the DLR</title>
      <description>Application extensibility comes in various ways and names. It seems, though, that one kind of extensibility was left to the very few - application macros. This kind is now easier to achieve than ever before, using the new Dynamic Language Runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f01%2fmake-your-application-extendable-using-the-dlr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f01%2fmake-your-application-extendable-using-the-dlr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Make_Your_Application_Extendable_Using_the_DLR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Make_Your_Application_Extendable_Using_the_DLR</guid>
      <pubDate>Mon, 02 Feb 2009 04:29:41 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Macro: Modify Text Editor Font Size</title>
      <description>Increasing or decreasing the font size of your code in Visual Studio's text editor is almost required whenever VS is fired up on a projector. Anyone who has had to demo code, or give a talk at a user group, or present new technologies to their team has experienced the pain of increasing the font size through the Tools -&amp;gt; Options menu. Using Visual Studio Macros that increase/decrease the font size, this pain can be overcome. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cptloadtest.com%2f2009%2f01%2f26%2fVisualStudioMacroModifyTextEditorFontSize.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cptloadtest.com%2f2009%2f01%2f26%2fVisualStudioMacroModifyTextEditorFontSize.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Macro_Modify_Text_Editor_Font_Size</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Visual_Studio_Macro_Modify_Text_Editor_Font_Size</guid>
      <pubDate>Tue, 27 Jan 2009 04:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Recommending revisions with the new SVN-Monitor</title>
      <description>A new version of SVN-Monitor is out with some new features.
One new exciting feature allows developers to recommend revisions and make all team-members coordinated.

Don't miss it!
It's 100% free!
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d114"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d114" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Recommending_revisions_with_the_new_SVN_Monitor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Recommending_revisions_with_the_new_SVN_Monitor</guid>
      <pubDate>Tue, 27 Jan 2009 16:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Is There Right Code and Wrong Code?</title>
      <description>An argument with my boss led me to think about right and wrong code, so I've decided to ask the community... What do you think? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f01%2f20%2fis-there-a-right-code-and-a-wrong-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f01%2f20%2fis-there-a-right-code-and-a-wrong-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Is_There_Right_Code_and_Wrong_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Is_There_Right_Code_and_Wrong_Code</guid>
      <pubDate>Wed, 21 Jan 2009 01:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Things to Notice When Binding to Large Collection </title>
      <description>Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f01%2f16%2fthings-to-notice-when-binding-to-large-collection%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Things_to_Notice_When_Binding_to_Large_Collection</guid>
      <pubDate>Wed, 21 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Interview Questions - Part 1</title>
      <description>In this section we will touch base on one of important concepts in ASP. Net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetspark.com%2fkb%2f253-asp-net-interview-questions---part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetspark.com%2fkb%2f253-asp-net-interview-questions---part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Interview_Questions_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Interview_Questions_Part_1</guid>
      <pubDate>Tue, 20 Jan 2009 22:59:59 GMT</pubDate>
    </item>
    <item>
      <title>Determine CPU usage of current process in C++ and C#</title>
      <description>How to determine the CPU usage of the current process in Windows, with examples in both C++ and C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.philosophicalgeek.com%2f2009%2f01%2f03%2fdetermine-cpu-usage-of-current-process-c-and-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.philosophicalgeek.com%2f2009%2f01%2f03%2fdetermine-cpu-usage-of-current-process-c-and-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Determine_CPU_usage_of_current_process_in_C_and_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Determine_CPU_usage_of_current_process_in_C_and_C</guid>
      <pubDate>Tue, 20 Jan 2009 22:21:29 GMT</pubDate>
    </item>
  </channel>
</rss>