<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - published visualstudio stories</title>
    <description>the latest published visualstudio stories 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>Extract to User Control in visual studio11</title>
      <description>I have been playing with Visual Studio 11 beta recently and everyday I am amazed with new features of it. Today I have found one more very useful feature Extract to User Control feature.

In large projects, we are having large pages and its always good to user control(.ascx) but sometimes we are so lazy to create user controls and we remain with the whole page and even we can't reuse that code. In similar kind of situation 'Extract to user control' can be quite useful. Suppose we have long HTML mark up and we need to convert one div to user control and then we can do it very easily with Visual Studio 11 beta Extract to User Control feature. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fextract-to-user-control-in-visual.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fextract-to-user-control-in-visual.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Extract_to_User_Control_in_visual_studio11</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Extract_to_User_Control_in_visual_studio11</guid>
      <pubDate>Thu, 24 May 2012 15:17:52 GMT</pubDate>
    </item>
    <item>
      <title>Developer Productivity Tools and Visual Studio Extensions</title>
      <description>Mehdi Khalili shares what's in his toolbox for Visual Studio. It's a curated list of some of the best productivity boosters available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mehdi-khalili.com%2fdeveloper-productivity-tools-and-visual-studio-extensions"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mehdi-khalili.com%2fdeveloper-productivity-tools-and-visual-studio-extensions" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Developer_Productivity_Tools_and_Visual_Studio_Extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Developer_Productivity_Tools_and_Visual_Studio_Extensions</guid>
      <pubDate>Mon, 21 May 2012 17:03:07 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Centralized NuGet Packages Folder</title>
      <description>I would imagine most people by now will have discovered and use the NuGet Visual Studio extension (http://www.nuget.org/). It is a great way of adding and maintaining 3rd party code libraries in your projects. One problem I find though is that every time I create a new project or solution I end up installing the same old NuGet packages. By default NuGet downloads the source code for these packages into a new &amp;quot;packages&amp;quot; folder in your project/solution root directory. This means I have the same source code downloaded multiple times, in multiple locations. This can easily be fixed as you can... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrispoulter.com%2fblog%2fentry%2fcreating-a-centralized-nuget-packages-folder"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrispoulter.com%2fblog%2fentry%2fcreating-a-centralized-nuget-packages-folder" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_a_Centralized_NuGet_Packages_Folder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_a_Centralized_NuGet_Packages_Folder</guid>
      <pubDate>Sun, 13 May 2012 09:14:51 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 11 User Interface Updates Coming in RC</title>
      <description>The Visual Studio team has taken into account some of the feedback about the beta, and presents the changes in the user interface of VS 11 RC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fvisualstudio%2farchive%2f2012%2f05%2f08%2fvisual-studio-11-user-interface-updates-coming-in-rc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fvisualstudio%2farchive%2f2012%2f05%2f08%2fvisual-studio-11-user-interface-updates-coming-in-rc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_11_User_Interface_Updates_Coming_in_RC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_11_User_Interface_Updates_Coming_in_RC</guid>
      <pubDate>Wed, 09 May 2012 13:41:33 GMT</pubDate>
    </item>
    <item>
      <title>Go to definition in JavaScript feature of Visual Studio 2011 beta</title>
      <description>In recent days I am exploring the Visual studio features and this blog post is also part of that. I am loving visual studio 2011 beta more and more after exploring features that make developer's life easy. Today I am going to talk about one of the features that is going to make developer's life easy.

JavaScript is a client scripting language which is an integral part of any web application now days.  So if you are web application developer you are surely going to write lots of JavaScript those days.  With earlier version of visual studio navigating code in JavaScript is not easy. But in visual studio 2011 beta we have go to definition features which one of most favourite features of visual studio for visual C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fgo-to-definition-javascript-visual.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fgo-to-definition-javascript-visual.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Go_to_definition_in_JavaScript_feature_of_Visual_Studio_2011_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Go_to_definition_in_JavaScript_feature_of_Visual_Studio_2011_beta</guid>
      <pubDate>Sun, 06 May 2012 00:59:13 GMT</pubDate>
    </item>
    <item>
      <title>Introducing: Workspace Reloader by Scott Hansleman</title>
      <description>Scott Hansleman has thrown together a nifty Visual Studio extension that allows you to reload your workspace without losing all your open windows. Very handy for anyone using distributed version control with Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fIntroducingWorkspaceReloaderAVisualStudioAddInToSaveYourOpenFilesAcrossProjectReloads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fIntroducingWorkspaceReloaderAVisualStudioAddInToSaveYourOpenFilesAcrossProjectReloads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Introducing_Workspace_Reloader_by_Scott_Hansleman</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Introducing_Workspace_Reloader_by_Scott_Hansleman</guid>
      <pubDate>Thu, 03 May 2012 15:57:20 GMT</pubDate>
    </item>
    <item>
      <title>10 illustrated examples of Visual Studio 11</title>
      <description>Visual Studio 11: it's new and it's grey but there's more to it than just a dour monotone veneer. Here are 10 things that make it a step forward from the old. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.troyhunt.com%2f2012%2f04%2f10-illustrated-examples-of-visual.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.troyhunt.com%2f2012%2f04%2f10-illustrated-examples-of-visual.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/10_illustrated_examples_of_Visual_Studio_11</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/10_illustrated_examples_of_Visual_Studio_11</guid>
      <pubDate>Thu, 19 Apr 2012 14:08:10 GMT</pubDate>
    </item>
    <item>
      <title>Become a VS11 Master Detective - A Look into the Page Inspector</title>
      <description>Now I can hear some of you asking "What is this Page Inspector, and what makes it so special?" Well, let me tell you :) The Page Inspector found in VS11 brings in some of the most useful features within our favorite modern browser's developer tools...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2fposts%2f12-04-04%2fbecome-a-visual-studio-11-master-detective-a-look-into-the-page-inspector.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fblogs%2fposts%2f12-04-04%2fbecome-a-visual-studio-11-master-detective-a-look-into-the-page-inspector.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Become_a_VS11_Master_Detective_A_Look_into_the_Page_Inspector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Become_a_VS11_Master_Detective_A_Look_into_the_Page_Inspector</guid>
      <pubDate>Thu, 05 Apr 2012 11:51:22 GMT</pubDate>
    </item>
    <item>
      <title>Features NO ONE NOTICED in Visual Studio 11 Express Beta for Web</title>
      <description>Scott Hanselman takes us through new features in VS11 Express for Web that most people probably didn't notice.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFeaturesNOONENOTICEDInVisualStudio11ExpressBetaForWeb.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFeaturesNOONENOTICEDInVisualStudio11ExpressBetaForWeb.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Features_NO_ONE_NOTICED_in_Visual_Studio_11_Express_Beta_for_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Features_NO_ONE_NOTICED_in_Visual_Studio_11_Express_Beta_for_Web</guid>
      <pubDate>Thu, 22 Mar 2012 15:49:58 GMT</pubDate>
    </item>
    <item>
      <title>How to install packages when NuGet is down</title>
      <description>How to set up different feeds for NuGet in Visual Studio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bassetassen.com%2fpost%2f2012%2f03%2f17%2fHow-to-install-packages-when-NuGet-is-down.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bassetassen.com%2fpost%2f2012%2f03%2f17%2fHow-to-install-packages-when-NuGet-is-down.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_install_packages_when_NuGet_is_down</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_install_packages_when_NuGet_is_down</guid>
      <pubDate>Thu, 22 Mar 2012 06:18:13 GMT</pubDate>
    </item>
    <item>
      <title>How to access NuGet when NuGet.org is down (or you're on a plane)</title>
      <description>This will only work for those packages that you have already downloaded. But it will keep you going in the event that nuget.org does go down or you are working disconnected. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fHowToAccessNuGetWhenNuGetorgIsDownOrYoureOnAPlane.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fHowToAccessNuGetWhenNuGetorgIsDownOrYoureOnAPlane.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_access_NuGet_when_NuGet_org_is_down_or_you_re_on_a_plane</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_access_NuGet_when_NuGet_org_is_down_or_you_re_on_a_plane</guid>
      <pubDate>Fri, 16 Mar 2012 13:10:05 GMT</pubDate>
    </item>
    <item>
      <title>Compare Visual Studio 11 Beta editions, Features Chart</title>
      <description>See which features and other benefits are included in Visual Studio 11 Ultimate, Premium, Professional, and Test Professional &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fvisualstudio%2fen-us%2fproducts%2ffeatures-chart"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fvisualstudio%2fen-us%2fproducts%2ffeatures-chart" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Compare_Visual_Studio_11_Beta_editions_Features_Chart</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Compare_Visual_Studio_11_Beta_editions_Features_Chart</guid>
      <pubDate>Wed, 29 Feb 2012 22:48:52 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Async</title>
      <description>The Visual Studio Async CTP combines a new simple and composable pattern for asynchronous APIs, with &amp;quot;await&amp;quot; and &amp;quot;async&amp;quot; language keywords in Visual Basic and C#, that avoids asynchronous code having to be written &amp;quot;inside-out&amp;quot; using callbacks. The CTP is a painless install/uninstall on top of Visual Studio 2010 RTM, and comes with plenty of samples and documentation.  The single AsyncCtpLibrary assembly is just 104Kb, and the Silverlight version only 132Kb.  Recommended, because it's pretty likely you'll see this in C# 5. Multiple logical flow are really simple to implement now. No extra threads running, but you can implement them customly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.agafonov.net.ua%2fpost%2f2010%2f11%2f05%2fVisual-Studio-Async.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.agafonov.net.ua%2fpost%2f2010%2f11%2f05%2fVisual-Studio-Async.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Async_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Async_1</guid>
      <pubDate>Mon, 13 Feb 2012 15:10:33 GMT</pubDate>
    </item>
    <item>
      <title>A list of useful link for Team Foundation Server</title>
      <description>A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f20%2fx01-team-foundation-server-list%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f20%2fx01-team-foundation-server-list%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</guid>
      <pubDate>Wed, 08 Feb 2012 09:30:11 GMT</pubDate>
    </item>
    <item>
      <title>NCrunch, The Incredible TDD Tool!</title>
      <description>A review of the TDD tool 'NCrunch'. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ellogical.com%2f2012%2f02%2fncrunch-incredible-tdd-tool.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ellogical.com%2f2012%2f02%2fncrunch-incredible-tdd-tool.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NCrunch_The_Incredible_TDD_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NCrunch_The_Incredible_TDD_Tool</guid>
      <pubDate>Mon, 06 Feb 2012 19:46:55 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Achievements, now a reality!</title>
      <description>Follow up to last year's comic story on Visual Studio having game-like achievements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.whiletrue.com%2f2012%2f01%2fvisual-studio-achievements-now-a-reality%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.whiletrue.com%2f2012%2f01%2fvisual-studio-achievements-now-a-reality%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Achievements_now_a_reality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Achievements_now_a_reality</guid>
      <pubDate>Wed, 18 Jan 2012 20:13:24 GMT</pubDate>
    </item>
    <item>
      <title>Colorize Visual Studio Output</title>
      <description>The VSColorOutput extension provides color highlighting for the build and debug output windows in Visual Studio. Check it out on Codeplex! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2011%2f12%2fvscoloroutput-visual-studio-output.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2011%2f12%2fvscoloroutput-visual-studio-output.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Colorize_Visual_Studio_Output</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Colorize_Visual_Studio_Output</guid>
      <pubDate>Thu, 29 Dec 2011 16:39:49 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Delphi .NET Anyone?</title>
      <description>Borland Software has announced that it is looking for a buyer for it's IDE business, which includes Delphi and JBuilder, to allow it to focus on Application Lifecycle Management (ALM).

In line with the ALM focus Borland also announced that it has agreed to but Segue Software, which makes software quality and testing products, in a transaction valued at about $100 million.

I wonder if Microsoft are interested in the purchase and thereby making Delphi.NET an 'official' .NET language alongside C#, VB, etc? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infoworld.com%2farticle%2f06%2f02%2f08%2f75171_HNborlandexitide_1.html%3fsource%3drss%26url%3dhttp%3a%2f%2fwww.infoworld.com%2farticle%2f06%2f02%2f08%2f75171_HNborlandexitide_1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infoworld.com%2farticle%2f06%2f02%2f08%2f75171_HNborlandexitide_1.html%3fsource%3drss%26url%3dhttp%3a%2f%2fwww.infoworld.com%2farticle%2f06%2f02%2f08%2f75171_HNborlandexitide_1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Delphi_NET_Anyone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Delphi_NET_Anyone</guid>
      <pubDate>Mon, 12 Dec 2011 18:20:42 GMT</pubDate>
    </item>
    <item>
      <title>Publishing Visual Studio extensions with VS 2010 and VS 11 support</title>
      <description>If your Visual Studio extension supports both VS 2010/VS 11 and doesn't contain much version specific code you may want to develop it in Visual Studio 2010 and just specify that it supports Visual Studio 11 as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f12%2f08%2fpublishing-visual-studio-extensions-with-visual-studio-2010-and-visual-studio-11-support%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f12%2f08%2fpublishing-visual-studio-extensions-with-visual-studio-2010-and-visual-studio-11-support%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Publishing_Visual_Studio_extensions_with_VS_2010_and_VS_11_support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Publishing_Visual_Studio_extensions_with_VS_2010_and_VS_11_support</guid>
      <pubDate>Mon, 12 Dec 2011 16:02:05 GMT</pubDate>
    </item>
    <item>
      <title>Roslyn Syntax Visualizer Tools</title>
      <description>Chris Sells highlights some of the tools provided as a part of the Roslyn CTP which allow you to gain a better understanding of the details of the syntax tree, discussing the use of the Syntax Visualizer Extension and Syntax Debugger Visualizer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sellsbrothers.com%2fposts%2fDetails%2f12705"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sellsbrothers.com%2fposts%2fDetails%2f12705" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Roslyn_Syntax_Visualizer_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Roslyn_Syntax_Visualizer_Tools</guid>
      <pubDate>Mon, 12 Dec 2011 06:25:35 GMT</pubDate>
    </item>
    <item>
      <title>Tasks in Visual Studio</title>
      <description>Chances are you already use comments in your code. This article shows you how to create a list of tasks similar to creating comments in Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ariankulp.com%2ftasks-in-visual-studio%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bArianKulp%2b%2528Arian%2bKulp%2527s%2bBlog%2529"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ariankulp.com%2ftasks-in-visual-studio%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bArianKulp%2b%2528Arian%2bKulp%2527s%2bBlog%2529" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tasks_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tasks_in_Visual_Studio</guid>
      <pubDate>Tue, 06 Dec 2011 20:31:37 GMT</pubDate>
    </item>
    <item>
      <title>ZenCoding extension for Visual Studio 2010 review</title>
      <description>Speed up HTML coding in Visual Studio 2010 expanding short Zen commands into full-fledged HTML code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f11%2f24%2fzencoding-extension-for-visual-studio-2010-review%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f11%2f24%2fzencoding-extension-for-visual-studio-2010-review%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ZenCoding_extension_for_Visual_Studio_2010_review</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ZenCoding_extension_for_Visual_Studio_2010_review</guid>
      <pubDate>Thu, 24 Nov 2011 22:14:33 GMT</pubDate>
    </item>
    <item>
      <title>What is new in .Net framework 4.5?</title>
      <description>The post has all the new features in .Net framework 4.5 in a single poster. What is nice about the poster is that it marks the feature as a significant improvement, a performance improvement, asynchronous improvement wherever applicable. It is definitely nice poster to zoom and print. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.heikniemi.net%2fhardcoded%2f2011%2f10%2fwhats-new-in-net-framework-4-5-poster%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.heikniemi.net%2fhardcoded%2f2011%2f10%2fwhats-new-in-net-framework-4-5-poster%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/What_is_new_in_Net_framework_4_5_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/What_is_new_in_Net_framework_4_5_1</guid>
      <pubDate>Mon, 21 Nov 2011 15:20:34 GMT</pubDate>
    </item>
    <item>
      <title>Adding Compiled .ResX Resources To NuGet Packages</title>
      <description>Getting the code-behind to show up for .resx files with this hack. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2ftechblog%2fpost%2f2011%2f11%2f16%2fAdding-Compiled-ResX-Resources-To-NuGet-Packages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2ftechblog%2fpost%2f2011%2f11%2f16%2fAdding-Compiled-ResX-Resources-To-NuGet-Packages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Adding_Compiled_ResX_Resources_To_NuGet_Packages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Adding_Compiled_ResX_Resources_To_NuGet_Packages</guid>
      <pubDate>Fri, 18 Nov 2011 15:00:31 GMT</pubDate>
    </item>
    <item>
      <title>Elastic Tabstops extension for Visual Studio 2010 review</title>
      <description>Get columns of text in your code (like comments and assignments) automatically aligned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f11%2f17%2felastic-tabstops-for-visual-studio-2010-review%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudioaddins.svprogramming.net%2f2011%2f11%2f17%2felastic-tabstops-for-visual-studio-2010-review%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Elastic_Tabstops_extension_for_Visual_Studio_2010_review</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Elastic_Tabstops_extension_for_Visual_Studio_2010_review</guid>
      <pubDate>Thu, 17 Nov 2011 16:51:32 GMT</pubDate>
    </item>
  </channel>
</rss>
