<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Tools</title>
    <description>the latest stories tagged with 'Tools' 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>PostSharp - The best way to do AOP in .NET</title>
      <description>Who knows about Aspect-Oriented Programming (AOP)? Common! Don't be shy! Ok, now lower your hands. My prediction is that a lot of you didn't raise their hands. So let's resume what AOP is:

Aspect-oriented programming is a programming paradigm that increases modularity by enabling improved separation of concerns. This entails breaking down a program into distinct parts (so called concerns, cohesive areas of functionality). [.] &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f06%2fpostsharp-best-way-to-do-aop-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f06%2fpostsharp-best-way-to-do-aop-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/PostSharp_The_best_way_to_do_AOP_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/PostSharp_The_best_way_to_do_AOP_in_NET</guid>
      <pubDate>Sun, 14 Jun 2009 00:37:14 GMT</pubDate>
    </item>
    <item>
      <title>StExBar - A Great Add-on for Windows Explorer</title>
      <description>One of the best utilities that I have been using recently is StExBar. It's a great utility that comes from Stefan's Tools ( http://tools.tortoisesvn.net/ ). From the site: 

The StExBar provides many useful commands for your everyday use of Windows explorer. And you can add as many custom commands on your own as you like. 



Have you ever needed to open a console window while you were using the explorer? And to have that console already set to the directory you're showing in explorer right now? Well, StExBar provides that with one simple mouseclick. There's also a hotkey defined for this: simply press Ctrl-M to open the console. 

It does a bunch of other great things as well. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f21%2fstexbar---a-great-add-on-for-windows-explorer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f21%2fstexbar---a-great-add-on-for-windows-explorer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/StExBar_A_Great_Add_on_for_Windows_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/StExBar_A_Great_Add_on_for_Windows_Explorer</guid>
      <pubDate>Fri, 22 May 2009 02:28:29 GMT</pubDate>
    </item>
    <item>
      <title>Part 3 - Advanced mocking functionalities of Moq</title>
      <description>When you have some simple scenario like "when the method "GetTax" is called, return 5$" it's a simple scenario that a lot of mockers will see. However, there is some rarer scenario that people will wonder how to do it.

One of those scenario is with event handlers.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-3-advanced-mocking-functionalities.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f02%2fpart-3-advanced-mocking-functionalities.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Part_3_Advanced_mocking_functionalities_of_Moq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Part_3_Advanced_mocking_functionalities_of_Moq</guid>
      <pubDate>Mon, 23 Feb 2009 08:33:34 GMT</pubDate>
    </item>
    <item>
      <title>List of C# Tools</title>
      <description>A collection of C#/.NET tools. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetjunkies.com%2fWebLog%2fjamesnies%2farchive%2f2009%2f01%2f02%2fcsharptools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjunkies.com%2fWebLog%2fjamesnies%2farchive%2f2009%2f01%2f02%2fcsharptools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/List_of_C_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/List_of_C_Tools</guid>
      <pubDate>Wed, 07 Jan 2009 12:24:00 GMT</pubDate>
    </item>
    <item>
      <title>NArrange or Keeping Your Code in Order</title>
      <description>An overview of NArrange, an open source .NET code formatting tool, and how to run it on a single C# file from Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2008%2f08%2f26%2fNArrangeOrKeepingYourCodeInOrderHowToRunItForOnlyOneFile.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2008%2f08%2f26%2fNArrangeOrKeepingYourCodeInOrderHowToRunItForOnlyOneFile.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NArrange_or_Keeping_Your_Code_in_Order</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NArrange_or_Keeping_Your_Code_in_Order</guid>
      <pubDate>Wed, 07 Jan 2009 11:51:57 GMT</pubDate>
    </item>
    <item>
      <title>27 Free Must-have Online Collaboration Tools</title>
      <description>hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</guid>
      <pubDate>Fri, 28 Nov 2008 07:46:12 GMT</pubDate>
    </item>
    <item>
      <title>The problem with SVN</title>
      <description>Are you working on the most recent code?
Read more...
 &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%3d48"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d48" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/The_problem_with_SVN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/The_problem_with_SVN</guid>
      <pubDate>Thu, 27 Nov 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>SVN-Monitor is finally out for free download!</title>
      <description>A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories.

Use it to perform all your svn commands and monitor all your projects' activities in a single place.
Access all commands from the tray menu or from the main window.

This is a must-have tool for every windows+svn user! &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%3d4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</guid>
      <pubDate>Mon, 27 Oct 2008 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Have you seen the new ANTS profiler?</title>
      <description>Red-Gate has put out a new version (4.0) of their ANTS profiler.  The updates to the performance profiler blew me away. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f08%2fhave-you-seen-new-ants-profiler.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrian.genisio.org%2f2008%2f08%2fhave-you-seen-new-ants-profiler.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Have_you_seen_the_new_ANTS_profiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Have_you_seen_the_new_ANTS_profiler</guid>
      <pubDate>Mon, 15 Sep 2008 22:07:13 GMT</pubDate>
    </item>
    <item>
      <title>RedGate acquires .NET Reflector</title>
      <description>This morning I got an e-mail from Lutz Roeder, creator of the marvelous .NET Reflector in which he announces that he handed development of .NET Reflector over to Red Gate Software &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f08%2f26%2fRedGate-acquires-NET-Reflector.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f08%2f26%2fRedGate-acquires-NET-Reflector.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/RedGate_acquires_NET_Reflector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/RedGate_acquires_NET_Reflector</guid>
      <pubDate>Tue, 26 Aug 2008 20:24:54 GMT</pubDate>
    </item>
    <item>
      <title>Clone Detective for Visual Studio</title>
      <description>Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fCloneDetectiveVS" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Clone_Detective_for_Visual_Studio</guid>
      <pubDate>Wed, 20 Aug 2008 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>WPF application localization kit</title>
      <description>Article describes WPF application localization pattern and offer to use localization tool which helps to easily translate and to support many language dictionaries. Hope it will be useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fintagger.blogspot.com%2f2008%2f07%2fwpf-application-localization-pattern_29.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fintagger.blogspot.com%2f2008%2f07%2fwpf-application-localization-pattern_29.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_application_localization_kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_application_localization_kit</guid>
      <pubDate>Wed, 30 Jul 2008 00:24:25 GMT</pubDate>
    </item>
    <item>
      <title>CodeRush with Refactor! Pro vs ReSharper</title>
      <description>Every developer knows already, that Visual Studio is not sufficient enough for code writing. Maybe this comparission will show other developers what can do with theses addons. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frod.blogsome.com%2f2008%2f07%2f09%2fcoderush-with-refactor-pro-vs-resharper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frod.blogsome.com%2f2008%2f07%2f09%2fcoderush-with-refactor-pro-vs-resharper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/CodeRush_with_Refactor_Pro_vs_ReSharper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/CodeRush_with_Refactor_Pro_vs_ReSharper</guid>
      <pubDate>Thu, 10 Jul 2008 03:41:54 GMT</pubDate>
    </item>
    <item>
      <title>Useful Diagnostic Tools</title>
      <description>I recently visited a customer site to diagnose some problems with an application deployed on a server. This is the set of tools I took with me. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.adrianbanks.co.uk%2f%3fp%3d59"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.adrianbanks.co.uk%2f%3fp%3d59" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Useful_Diagnostic_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Useful_Diagnostic_Tools</guid>
      <pubDate>Wed, 09 Jul 2008 00:31:36 GMT</pubDate>
    </item>
    <item>
      <title>NDepend: code metrics at your service</title>
      <description>If you ever wrote code for a non-trivial project chances are that from time to time you stop an think: &amp;quot;I don't know, but I have the feeling that the code is not really clean/too complex/[insert adjective here that makes you feel bad about your code]&amp;quot;. Chances are even that you did not had these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</guid>
      <pubDate>Thu, 10 Jul 2008 02:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Working with Fiddler on LocalHost - Scott Cate's WebLog</title>
      <description>Then last month while speaking at Orlando ASPConnections, I was demoing some AJAX calls on stage, and an audience member told me that Fiddler will work on 127.0.0.1 with a trailing . on the IP address. So the address ends up like ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottcate%2farchive%2f2008%2f05%2f22%2fworking-with-fiddler-on-localhost.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottcate%2farchive%2f2008%2f05%2f22%2fworking-with-fiddler-on-localhost.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Working_with_Fiddler_on_LocalHost_Scott_Cate_s_WebLog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Working_with_Fiddler_on_LocalHost_Scott_Cate_s_WebLog</guid>
      <pubDate>Fri, 04 Jul 2008 12:04:47 GMT</pubDate>
    </item>
    <item>
      <title>Less MSI&amp;#232;rables - Extract the content of a .MSI file</title>
      <description>A review about a little tool called &amp;quot;Less MSI&amp;#232;rables&amp;quot; that extract the content of a .MSI file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nunogomes.net%2fpost%2f2008%2f05%2fExtract-the-content-of-a-MSI-file.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nunogomes.net%2fpost%2f2008%2f05%2fExtract-the-content-of-a-MSI-file.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Less_MSIèrables_Extract_the_content_of_a_MSI_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Less_MSIèrables_Extract_the_content_of_a_MSI_file</guid>
      <pubDate>Fri, 30 May 2008 04:17:41 GMT</pubDate>
    </item>
    <item>
      <title>Trying out PowerCommands 1.1 for Visual Studio 2008</title>
      <description>Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful... &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%2fbursteg%2farchive%2f2008%2f04%2f13%2ftrying-out-powercommands-1-1-for-visual-studio-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbursteg%2farchive%2f2008%2f04%2f13%2ftrying-out-powercommands-1-1-for-visual-studio-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Trying_out_PowerCommands_1_1_for_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Trying_out_PowerCommands_1_1_for_Visual_Studio_2008</guid>
      <pubDate>Thu, 17 Apr 2008 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Important VSTS links Outside MS Site </title>
      <description>For Begginers to VSTS these are very Important VSTS links Outside MS Site  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmydreamhelmy.blogspot.com%2f2008%2f03%2fvsts-links-outside-ms-site.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmydreamhelmy.blogspot.com%2f2008%2f03%2fvsts-links-outside-ms-site.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Important_VSTS_links_Outside_MS_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Important_VSTS_links_Outside_MS_Site</guid>
      <pubDate>Wed, 02 Apr 2008 22:57:56 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Office Communicator 2007 Presence Controls</title>
      <description>Microsoft Office Communicator 2007 Presence Controls are designed to provide presence information and real time collaboration options to Microsoft Windows Forms, Web Forms and GUI applications that are based on the Microsoft Win32 application programming interface. The controls provide developers of these applications with the ability to drag-and-drop the control from the toolbox in Visual Studio onto applications and provide access to the capabilities of Communicator in an easy to incorporate manner.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d25a27453-15ff-48ab-af1b-692cd77ab510%26DisplayLang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d25a27453-15ff-48ab-af1b-692cd77ab510%26DisplayLang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Microsoft_Office_Communicator_2007_Presence_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Microsoft_Office_Communicator_2007_Presence_Controls</guid>
      <pubDate>Fri, 29 Feb 2008 03:40:03 GMT</pubDate>
    </item>
    <item>
      <title>New Toolbox Links - Windows Developer Tools List</title>
      <description>I know I said last week I was not going to post this week's links until Wednesday, but since I have already put together the list I might as well share! This week I'll be focusing on Windows Tools that help make our lives as developers easier. I have personally use (or have used) all of these tools and I stand by my recommendations!

Do you have any utilities to add to the list?? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-Toolbox-Links-Windows-Developer-Tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-Toolbox-Links-Windows-Developer-Tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Toolbox_Links_Windows_Developer_Tools_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Toolbox_Links_Windows_Developer_Tools_List</guid>
      <pubDate>Wed, 13 Feb 2008 02:44:38 GMT</pubDate>
    </item>
    <item>
      <title>Editors and other free tools.</title>
      <description>A short list of editors and other tools that may help you to develop your apps. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d39"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d39" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Editors_and_other_free_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Editors_and_other_free_tools</guid>
      <pubDate>Sat, 05 Jan 2008 11:35:47 GMT</pubDate>
    </item>
    <item>
      <title>Vista Preview Handler for .Net Files</title>
      <description>Hate having to open Visual Studio or even Notepad to see what is in that cs file? If you are runnning Vista try this preview handler and check out the contents of your .Net code files without even leaving Windows Explorer! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.tatham.oddie.com.au%2f2006%2f12%2f20%2fvista-and-office-2007-preview-handler-pack-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.tatham.oddie.com.au%2f2006%2f12%2f20%2fvista-and-office-2007-preview-handler-pack-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Vista_Preview_Handler_for_Net_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Vista_Preview_Handler_for_Net_Files</guid>
      <pubDate>Mon, 31 Dec 2007 11:51:28 GMT</pubDate>
    </item>
    <item>
      <title>Get latest buildable code</title>
      <description>Utility to integrate and automate Team Foundation Server operations ensuring your build doesn't brake &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2fget-latest-buildable-code-14%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2fget-latest-buildable-code-14%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Get_latest_buildable_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Get_latest_buildable_code</guid>
      <pubDate>Tue, 18 Dec 2007 21:11:17 GMT</pubDate>
    </item>
    <item>
      <title>15+ FREE Visual Studio Add-ins - Part 2</title>
      <description>15+ Free Visual Studio Add-Ins (Part 1) was such a hit, that I've decided to use the feedback (and Google) to create Part 2 of the list.

If I'm missing a FREE must have add-in, I'd love to hear about it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f28%2f15-free-visual-studio-add-ins-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f28%2f15-free-visual-studio-add-ins-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/15_FREE_Visual_Studio_Add_ins_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/15_FREE_Visual_Studio_Add_ins_Part_2</guid>
      <pubDate>Sat, 01 Dec 2007 23:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>