<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Tips</title>
    <description>the latest stories tagged with 'Tips' from DotNetKicks.com</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>Live Smooth Streaming: Retrieving the configuration settings via code</title>
      <description>In my previous post, I explained how the Microsoft.Web.Administration API of IIS7 helped us to manage the Live Smooth Streaming Publishing Points programmatically. In this post I'm going to show you how, using the same API, you can retrieve the Live Smooth Streaming configuration settings.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f17%2flive-smooth-streaming-how-to-retrieve-the-configuration-settings-programmatically%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.southworks.net%2fejadib%2f2009%2f04%2f17%2flive-smooth-streaming-how-to-retrieve-the-configuration-settings-programmatically%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Live_Smooth_Streaming_Retrieving_the_configuration_settings_via_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Live_Smooth_Streaming_Retrieving_the_configuration_settings_via_code</guid>
      <pubDate>Wed, 01 Jul 2009 19:45:00 GMT</pubDate>
    </item>
    <item>
      <title>The Technology Post for June 30th, 2009</title>
      <description>I've changed the Technology Post format again a bit in preparation for the new website. Let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgaylord%2farchive%2f2009%2f06%2f30%2fthe-technology-post-for-june-30th-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgaylord%2farchive%2f2009%2f06%2f30%2fthe-technology-post-for-june-30th-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_Technology_Post_for_June_30th_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_Technology_Post_for_June_30th_2009</guid>
      <pubDate>Wed, 01 Jul 2009 02:36:47 GMT</pubDate>
    </item>
    <item>
      <title>Request UAC Elevation for .net Application (Managed Code)</title>
      <description>This Article explains, how to request the operating system for UAC elevation for an application that requires administrator priviilege in windows VISTA, or windows 7 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</guid>
      <pubDate>Mon, 29 Jun 2009 15:40:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC &amp;amp; jQuery Part 1: Adding jQuery Intellisense to VS 2008</title>
      <description>As I mentioned in my previous post, I am starting a series of detailed blog entries that focus on each topic from a recent CodeStock presentation I gave entitled, "Useful jQuery tips, tricks, and plugins with ASP.NET MVC"

I've done several talks about jQuery over the last several months and a common question I get is how to get jQuery Intellisense into Visual Studio.

The steps to include Intellisense are actually quite straight forward and are actually easier than they were several months ago... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwebdevdotnet.blogspot.com%2f2009%2f06%2faspnet-mvc-jquery-part-1-adding-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwebdevdotnet.blogspot.com%2f2009%2f06%2faspnet-mvc-jquery-part-1-adding-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/ASP_NET_MVC_jQuery_Part_1_Adding_jQuery_Intellisense_to_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/ASP_NET_MVC_jQuery_Part_1_Adding_jQuery_Intellisense_to_VS_2008</guid>
      <pubDate>Mon, 29 Jun 2009 14:22:48 GMT</pubDate>
    </item>
    <item>
      <title>Quick FTP file upload in .NET</title>
      <description>Uploading files using FTP is quick and easy in .NET framework. Below is a simplest possible method to upload a local file to a FTP server. Example is in  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nirandas.com%2fpost%2fQuick-FTP-file-upload-in-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nirandas.com%2fpost%2fQuick-FTP-file-upload-in-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Quick_FTP_file_upload_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Quick_FTP_file_upload_in_NET</guid>
      <pubDate>Sun, 28 Jun 2009 11:59:00 GMT</pubDate>
    </item>
    <item>
      <title>How to export delimited (tab, space, comman) file from query analyzer</title>
      <description>Read this tutorial if you want to export delimited file from a select query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-export-delimited-tab-space-comman-file-from-query-analyzer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-export-delimited-tab-space-comman-file-from-query-analyzer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_export_delimited_tab_space_comman_file_from_query_analyzer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_export_delimited_tab_space_comman_file_from_query_analyzer</guid>
      <pubDate>Fri, 26 Jun 2009 14:22:30 GMT</pubDate>
    </item>
    <item>
      <title>25 Very Important interview tips for anyone</title>
      <description>25 Very Important interview tips for beginners. These are really good tips specially for people who are newly searching for jobs or have not attended an interview from long time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsw-interview-questions.blogspot.com%2f2008%2f08%2f25-very-important-interview-tips-for.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsw-interview-questions.blogspot.com%2f2008%2f08%2f25-very-important-interview-tips-for.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/25_Very_Important_interview_tips_for_anyone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/25_Very_Important_interview_tips_for_anyone</guid>
      <pubDate>Fri, 26 Jun 2009 04:40:03 GMT</pubDate>
    </item>
    <item>
      <title>XAML to PNG converter</title>
      <description>Have you ever wanted to load a Xaml files into your application ?
Have you ever wanted to export a control to an image at the size you wanted ?

This post will give you the answer ! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lexique-du-net.com%2findex.php%3fpost%2f2009%2f06%2f25%2fXAML-to-PNG-converter"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lexique-du-net.com%2findex.php%3fpost%2f2009%2f06%2f25%2fXAML-to-PNG-converter" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/XAML_to_PNG_converter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/XAML_to_PNG_converter</guid>
      <pubDate>Thu, 25 Jun 2009 13:29:16 GMT</pubDate>
    </item>
    <item>
      <title>Remotely Enabling Remote Desktop from the Command Line</title>
      <description>How to enable RDP for a remote machine via the command line. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscodeinhere.com%2farchive%2f2009%2f06%2f17%2fremotely-enabling-remote-desktop-from-the-command-line.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscodeinhere.com%2farchive%2f2009%2f06%2f17%2fremotely-enabling-remote-desktop-from-the-command-line.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remotely_Enabling_Remote_Desktop_from_the_Command_Line</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remotely_Enabling_Remote_Desktop_from_the_Command_Line</guid>
      <pubDate>Tue, 23 Jun 2009 13:51:18 GMT</pubDate>
    </item>
    <item>
      <title>Windows Installer and Extensibility.dll</title>
      <description>Windows Installer is one of my favorite problem childs - of course, when it has mysteriuos problems. I found a problem when installing Outlook add-in on machine that has no extensibility features installed on it. Something was missing and installer gave me the famous &amp;quot;Unable to get installer types&amp;quot; error. After pointless waste of time tracing installer and checking its logs I checked out what's going on in file system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2008%2f03%2f13%2fwindows-installer-and-extensibility-dll.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2008%2f03%2f13%2fwindows-installer-and-extensibility-dll.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Windows_Installer_and_Extensibility_dll</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Windows_Installer_and_Extensibility_dll</guid>
      <pubDate>Sun, 21 Jun 2009 06:36:06 GMT</pubDate>
    </item>
    <item>
      <title>Loop through session variables and display the results</title>
      <description>This is a great little utility I created some time ago that looks through all of the current users session variable to and displays them in a list down the page, it is very helpful in determining whether or not a session variable is alive, you could also port it to be used with cookies as well. Just create a page like sessiontest.aspx and paste in the following code save it to your server and run it to see the results... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f20%2fLoop-through-session-variables-and-display-the-results.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f20%2fLoop-through-session-variables-and-display-the-results.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Loop_through_session_variables_and_display_the_results</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Loop_through_session_variables_and_display_the_results</guid>
      <pubDate>Sat, 20 Jun 2009 19:31:27 GMT</pubDate>
    </item>
    <item>
      <title>CSS Tooltips</title>
      <description>Nice little brief on how to achieve tooltips using pure css &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cssfixation.com%2findex.php%2fheres-a-tip-css-tooltips%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cssfixation.com%2findex.php%2fheres-a-tip-css-tooltips%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/CSS_Tooltips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/CSS_Tooltips</guid>
      <pubDate>Sat, 20 Jun 2009 16:11:16 GMT</pubDate>
    </item>
    <item>
      <title>Virtual machine software, which do you use?</title>
      <description>I have used many virtual machine applications over the years, VMWare Workstation, VMWare ESX server, and oddly enough only a few months ago Microsoft Virtual Server. Now most recently, a sleeper and a route I would never thought I would take, but since I needed a 64-bit virtual machine on a 32-bit host machine I was referred to SUNS VirtualBox &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f19%2fVirtual-machine-software-which-do-you-use.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iismatt.com%2fIISMATT%2fpost%2f2009%2f06%2f19%2fVirtual-machine-software-which-do-you-use.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Virtual_machine_software_which_do_you_use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Virtual_machine_software_which_do_you_use</guid>
      <pubDate>Sat, 20 Jun 2009 02:23:52 GMT</pubDate>
    </item>
    <item>
      <title>If blocks and readable code</title>
      <description>Writing readable code is as important as writing high performance working code. One of the things which can easily affect the readability of the code we write is improper structuring of if/else blocks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nirandas.com%2fpost%2fIf-blocks-and-readable-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nirandas.com%2fpost%2fIf-blocks-and-readable-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/If_blocks_and_readable_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/If_blocks_and_readable_code</guid>
      <pubDate>Thu, 18 Jun 2009 12:50:09 GMT</pubDate>
    </item>
    <item>
      <title>WPF: a generic 'server-side' pagination data provider</title>
      <description>A very simple solution to build a generic 'server-side' pagination data provider that you can use in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f06%2f18%2fwpf-generic-serverside-pagination-data-provider%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f06%2f18%2fwpf-generic-serverside-pagination-data-provider%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/WPF_a_generic_server_side_pagination_data_provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/WPF_a_generic_server_side_pagination_data_provider</guid>
      <pubDate>Thu, 18 Jun 2009 11:53:32 GMT</pubDate>
    </item>
    <item>
      <title>Dimecasts.NET plugin for PLEX</title>
      <description>A plugin for viewing dimecasts in Plex media center &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fforums.plexapp.com%2findex.php%3fshowtopic%3d7225"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fforums.plexapp.com%2findex.php%3fshowtopic%3d7225" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dimecasts_NET_plugin_for_PLEX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dimecasts_NET_plugin_for_PLEX</guid>
      <pubDate>Wed, 17 Jun 2009 20:22:52 GMT</pubDate>
    </item>
    <item>
      <title>I Love Code Generation - Why Don't You? </title>
      <description>I have a passion for code generation. I use it everyday to create thousands upon thousands of lines of boring, routine code. In this article I explore 3 reasons why I love code generation. I hope it causes those who don't use code generation to adopt it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2009%2f05%2f23%2fI-Love-Code-Generation-_1320_-Why-Don_1920_t-You_3F00_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2009%2f05%2f23%2fI-Love-Code-Generation-_1320_-Why-Don_1920_t-You_3F00_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/I_Love_Code_Generation_Why_Don_t_You</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/I_Love_Code_Generation_Why_Don_t_You</guid>
      <pubDate>Sun, 21 Jun 2009 06:15:00 GMT</pubDate>
    </item>
    <item>
      <title>3 Reasons Not to Use Relative Dates in Web Pages</title>
      <description>Reasons to avoid relative dates in web pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeecy.net%2fpost%2f2009%2f06%2f14%2fthree-reasons-not-to-use-relative-dates-in-web-pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeecy.net%2fpost%2f2009%2f06%2f14%2fthree-reasons-not-to-use-relative-dates-in-web-pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/3_Reasons_Not_to_Use_Relative_Dates_in_Web_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/3_Reasons_Not_to_Use_Relative_Dates_in_Web_Pages</guid>
      <pubDate>Sun, 14 Jun 2009 23:03:39 GMT</pubDate>
    </item>
    <item>
      <title>How to become a better tester (for developers)</title>
      <description>How do you become better at testing software - both your own and your teammates? The problem is complex - the solution is not... Click here to learn the secret &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjustanothersoftwareengineer.blogspot.com%2f2009%2f06%2ftesting-software-quality-open-your-mind.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjustanothersoftwareengineer.blogspot.com%2f2009%2f06%2ftesting-software-quality-open-your-mind.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_become_a_better_tester_for_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_become_a_better_tester_for_developers</guid>
      <pubDate>Sat, 13 Jun 2009 11:45:33 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: extract method</title>
      <description>Extract method is one of the most popular refactoring method when dealing with legacy code. In legacy code we can often find methods that are very long. My favorite findings methods about 2000 lines of code. Cool, isn't it? Those methods have usually many responsibilities and they are hard to debug. Having more than one responsibility in one method leads also to duplicated code because some responsibility is required in more than one place in code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f16%2frefactoring-extract-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f16%2frefactoring-extract-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_extract_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_extract_method</guid>
      <pubDate>Fri, 12 Jun 2009 22:58:38 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: expose static method</title>
      <description>You may discover sometimes that some of your classes have method you would like to use without creating new instance of that class. In this case we have to use expose static method refactoring to make this method static. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f20%2frefactoring-expose-static-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f20%2frefactoring-expose-static-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_expose_static_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_expose_static_method</guid>
      <pubDate>Fri, 12 Jun 2009 22:51:04 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: delete unneeded code</title>
      <description>It is not a miracle that during coding developers produce code that is later not needed anymore. It is also not a miracle that unneeded code will stay in project files waiting for the day when somebody finds this code useful (again). But this far this code is just sitting there and causing problems to people who look at these modules first time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f20%2frefactoring-delete-unneeded-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f20%2frefactoring-delete-unneeded-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_delete_unneeded_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_delete_unneeded_code</guid>
      <pubDate>Fri, 12 Jun 2009 22:37:14 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: introduce constant</title>
      <description>One way to write messy code is to use constant values in code without any explanations about their values or purpose. Sometimes it feels like too small problem to think about, specially when there are only couple of constants, but I am sure that hard coded constants may waste developers valuable time more than one may think at first place. To make this kind of code easier to read and understand we can use refactoring method called introduce constant. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f22%2frefactoring-introduce-constant.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f01%2f22%2frefactoring-introduce-constant.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_introduce_constant</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_introduce_constant</guid>
      <pubDate>Fri, 12 Jun 2009 22:09:14 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: rename method</title>
      <description>One of the simplest refactoring methods is called Rename method. There are many reasons why one may want to change the name of some method. I think that main reason to rename a method is to give it a name that describes better what method is supposed to do. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f02%2f07%2frefactoring-rename-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f02%2f07%2frefactoring-rename-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_rename_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_rename_method</guid>
      <pubDate>Fri, 12 Jun 2009 21:51:30 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: extract interface</title>
      <description>Extract interface is one of the most common refactoring techniques. Motivation behind extract interface refactoring method is to avoid direct dependencies between classes. Instead of using classes in method calls we use interfaces so we can also use subclasses of those classes we used before. Also we can create brand new classes that use follow these interfaces and we can use these classes instead of current ones. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f02%2f28%2frefactoring-extract-interface.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f02%2f28%2frefactoring-extract-interface.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Refactoring_extract_interface</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Refactoring_extract_interface</guid>
      <pubDate>Fri, 12 Jun 2009 21:38:43 GMT</pubDate>
    </item>
  </channel>
</rss>