<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with VisualStudio</title>
    <description>the latest stories tagged with 'VisualStudio' 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>Browser selection in Visual Studio 11</title>
      <description>In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012 toolbar like below.

Here you will have a list of all the browser installed on your machine and you don't do 'View in browser'. And once you click on that it will open up the URL in your selected browser like following. &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%2fbrowser-selection-in-visual-studio-11.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fbrowser-selection-in-visual-studio-11.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Browser_selection_in_Visual_Studio_11</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Browser_selection_in_Visual_Studio_11</guid>
      <pubDate>Tue, 22 May 2012 18:41:56 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>An Introduction to NuGet</title>
      <description>Getting started with NuGet can be very confusing because there are really four parts to it with separate downloads. This post is an effort to make it easier to grasp and get started. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodersbarn.com%2fpost%2f2012%2f05%2f09%2fAn-Introduction-to-Nuget.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodersbarn.com%2fpost%2f2012%2f05%2f09%2fAn-Introduction-to-Nuget.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/An_Introduction_to_NuGet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/An_Introduction_to_NuGet</guid>
      <pubDate>Thu, 10 May 2012 17:19:46 GMT</pubDate>
    </item>
    <item>
      <title>Image preview in solution explorer Visual Studio 2011 beta</title>
      <description>Everyday I am using Microsoft Visual Studio 2011 beta and everyday I learn some cool feature of it. In today's post I am going to explain one cool features of Visual Studio 2011 beta solution explorer. As a web developer we all want to see the image preview in solution explorer and visual studio 2011 beta is now having it. We can see image preview in solution explorer just like following. &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%2fimage-preview-solution-explorer-vs2011.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fimage-preview-solution-explorer-vs2011.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Image_preview_in_solution_explorer_Visual_Studio_2011_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Image_preview_in_solution_explorer_Visual_Studio_2011_beta</guid>
      <pubDate>Wed, 09 May 2012 18:59:34 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>Css Enhancement in Visual Studio 2011 beta</title>
      <description>In this post we are going to look at some of CSS enhancement features in Visual Studio 2011 beta. First thing you notice in Visual Studio 2011 is better intellisense for the CSS. Now same kind of intellisense are available which we are using for C# and other languages. &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%2fcss-enhancement-in-visual-studio-2011.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fcss-enhancement-in-visual-studio-2011.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Css_Enhancement_in_Visual_Studio_2011_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Css_Enhancement_in_Visual_Studio_2011_beta</guid>
      <pubDate>Mon, 07 May 2012 19:27:28 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>Project Dialog in Visual Studio 2011 beta</title>
      <description>Today we are going to look at the New project dialog and some other improvements in visual studio 2011 beta. New project dialog comes with streamlined metro style icons of the project and looks beautiful. You can see some new project templates like portable class library which is a project template for creating dlls which can run on the windows,Silverlight and windows phone 7 and Xbox 360 just like following. &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%2fproject-dialog-in-visual-studio-2011.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fproject-dialog-in-visual-studio-2011.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Project_Dialog_in_Visual_Studio_2011_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Project_Dialog_in_Visual_Studio_2011_beta</guid>
      <pubDate>Fri, 04 May 2012 19:25:56 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2011 Beta First Review.</title>
      <description>Before some days Microsoft has release visual studio 2011 beta and I have started playing with it. Have you played with it yet? If not then this series of post is for your. I am going to start a series for few post here and this post also will be part this Visual Studio 20111 beta features series.

I am basically a developer by heart. So out of latest offering from Microsoft  I am concentrating more on Visual studio 2011,ASP.NET 4.5,C# new features and ASP.NET MVC 4. So here we got let's load visual studio 2011 beta. &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%2fvisual-studio-2011-beta-first-review.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f05%2fvisual-studio-2011-beta-first-review.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Beta_First_Review</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Beta_First_Review</guid>
      <pubDate>Thu, 03 May 2012 20:48:38 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>Open Tabs to the Right in Visual Studio 2011 Beta</title>
      <description>I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2012%2f04%2f28%2f-Open-Tabs-to-the-Right-in-Visual-Studio-2011-Beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2012%2f04%2f28%2f-Open-Tabs-to-the-Right-in-Visual-Studio-2011-Beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Open_Tabs_to_the_Right_in_Visual_Studio_2011_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Open_Tabs_to_the_Right_in_Visual_Studio_2011_Beta</guid>
      <pubDate>Sat, 28 Apr 2012 12:23:50 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>Full screen in Visual studio 2010</title>
      <description>Visual studio is a great IDE and I am learning everyday something new and I have found one great feature today which is available from the Visual studio 2008. So I thought it would great to be share with all you guys.

We all like to have most portion of screen to cover code part so we can view all the lines and we don't have to use page and page down keys to navigate through code. You can have visual studio in full screen mode with View-&amp;gt;Full Screen or via pressing Shift + Alter + Enter as shortcut.. &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%2f04%2ffull-screen-in-visual-studio-2010.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2012%2f04%2ffull-screen-in-visual-studio-2010.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Full_screen_in_Visual_studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Full_screen_in_Visual_studio_2010</guid>
      <pubDate>Fri, 13 Apr 2012 20:35:00 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>Handling nasty Crystal Reports issues</title>
      <description>In this post I tell you how to get rid of few nasty issues of Crystal Reports for Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2firohitable.com%2fpost%2f2011%2f12%2f19%2fHandling-nasty-Crystal-Reports-issues.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2firohitable.com%2fpost%2f2011%2f12%2f19%2fHandling-nasty-Crystal-Reports-issues.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Handling_nasty_Crystal_Reports_issues</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Handling_nasty_Crystal_Reports_issues</guid>
      <pubDate>Sat, 31 Mar 2012 06:29:28 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>Interview with Billy Hollis, Presenter in a VSLive! Las Vegas Workshop</title>
      <description>In this SilverlightShow interview, we talk with  Billy Hollis - the presenter at the most-awaited workshop at  Visual Studio Live! Las Vegas conference (March 26-30, 2012) -  'Creating Today's User Experiences - An Entry Point for Developers'. 
As we have announced, SilverlightShow is the Social Media Premiere Partner for this conference and we'll be sending one SilverlightShow member to this conference for free. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlightShow-Interview-with-Billy-Hollis-Presenter-in-a-Visual-Studio-Live-Las-Vegas-Workshop.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlightShow-Interview-with-Billy-Hollis-Presenter-in-a-Visual-Studio-Live-Las-Vegas-Workshop.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Interview_with_Billy_Hollis_Presenter_in_a_VSLive_Las_Vegas_Workshop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Interview_with_Billy_Hollis_Presenter_in_a_VSLive_Las_Vegas_Workshop</guid>
      <pubDate>Thu, 01 Mar 2012 14:35:59 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>ASP.NET Web API</title>
      <description>ASP.NET Web API is Framework for building for building HTTP services on top of the .NET Framework. It ships with ASP.NET MVC 4. You can install the ASP.NET MVC 4 from here. ASP.NET Web API is a integrated Framework resulted in joint effort from WCF and ASP.NET teams. WCF REST is now replaced by ASP.NET Web API. You can read the post to migrate your existing WCF Web API to ASP.NET Web API. This post briefly discuss about why we need it and how we can use it in ASP.NET and other projects.	 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fasp-net-web-api%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2faspnet%2fasp-net-web-api%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ASP_NET_Web_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ASP_NET_Web_API</guid>
      <pubDate>Sun, 26 Feb 2012 22:15:59 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2011 Beta Developer Experience </title>
      <description>This post briefly discusses about developer scenarios and improved developer experience in Visual Studio 2011 IDE. The modern IDE inside Visual Studio 2011 looks promising and contain simplified developer workflows.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fvisual-studio-11%2fvisual-studio-2011-beta-developer-experience%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fvisual-studio-11%2fvisual-studio-2011-beta-developer-experience%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Beta_Developer_Experience</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Beta_Developer_Experience</guid>
      <pubDate>Sat, 25 Feb 2012 16:08:51 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2011: Lipstick on a Pig is Not UX</title>
      <description>Microsoft's new Visual Studio attempts to "engender the impression that VS feels lighter and less complex". In other words, instead of radically rethinking what a great development experience would be like, they focused on obfuscating the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftatiyants.com%2flipstick-on-a-pig-is-not-ux%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftatiyants.com%2flipstick-on-a-pig-is-not-ux%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Lipstick_on_a_Pig_is_Not_UX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2011_Lipstick_on_a_Pig_is_Not_UX</guid>
      <pubDate>Fri, 24 Feb 2012 23:26:58 GMT</pubDate>
    </item>
  </channel>
</rss>
