<?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>Development Tip: How to use Host Header with Development Server</title>
      <description>If you are using "Asp.Net Development Server" One of the big problem of developing multiple web site at the same time is Development Server does not recognize and support Host Header. So you have to use different port for each web site. Problem with this solution is if you have hard coded links or templates pointing website you have to tweak code for testing and development.

Here is the solution; Use Fiddler
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f03%2fDevelopment-Tip-How-to-use-Host-Header-with-Development-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f03%2fDevelopment-Tip-How-to-use-Host-Header-with-Development-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Development_Tip_How_to_use_Host_Header_with_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Development_Tip_How_to_use_Host_Header_with_Development_Server</guid>
      <pubDate>Fri, 03 Jul 2009 10:44:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 var Keyword Bug</title>
      <description>Visual Studio has a feature which is causing it to provide syntax highlighting for non-compilable code. An investigation into run-time versus compile-time code in ASP.NET 2.0 web projects using C# 3.0 syntax. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flakario.blogspot.com%2f2009%2f07%2fvisual-studio-2008-var-keyword-bug.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flakario.blogspot.com%2f2009%2f07%2fvisual-studio-2008-var-keyword-bug.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_var_Keyword_Bug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_var_Keyword_Bug</guid>
      <pubDate>Fri, 03 Jul 2009 04:12:11 GMT</pubDate>
    </item>
    <item>
      <title>ReSharper for Visual Studio 2010 (Preview) is almost here</title>
      <description>Greate news for ReSharper fans: the ReSharper for Visual Studio 2010 (Preview) is almost here, just few days left &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andrew-veresov.com%2fpost%2fReSharper-for-Visual-Studio-2010-(Preview)-is-almost-here.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andrew-veresov.com%2fpost%2fReSharper-for-Visual-Studio-2010-(Preview)-is-almost-here.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ReSharper_for_Visual_Studio_2010_Preview_is_almost_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ReSharper_for_Visual_Studio_2010_Preview_is_almost_here</guid>
      <pubDate>Wed, 01 Jul 2009 12:03:00 GMT</pubDate>
    </item>
    <item>
      <title>TIP: Open SQL Files in a Visual Studio Project Into the Same Instance </title>
      <description>Considering how integrated Microsoft tools usually are the result is frustrating when you tell Visual Studio to open SQL files using Sql Server Management Studio (SSMS). I really don't like using Visual Studio to edit T-SQL files but in the past, before I discovered this tip, each SQL file I opened would open in a new instance of SSMS. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2ftip-open-sql-files-in-visual-studio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2ftip-open-sql-files-in-visual-studio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/TIP_Open_SQL_Files_in_a_Visual_Studio_Project_Into_the_Same_Instance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/TIP_Open_SQL_Files_in_a_Visual_Studio_Project_Into_the_Same_Instance</guid>
      <pubDate>Tue, 30 Jun 2009 17:22:58 GMT</pubDate>
    </item>
    <item>
      <title>Is your debugger making you stupid?</title>
      <description>What is one of the greatest advance of Visual Studio since the coming of .NET? You might think it is the Garbage Collector or the IL which allows interoperability between languages? I think of one the great advance of Visual Studio 2003 (all the way through Visual Studio 2010) is the debugger. Previously, debugger were hardly as powerful as Visual Studio. And that is the problem. &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%2fare-your-debugger-making-you-stupid.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f06%2fare-your-debugger-making-you-stupid.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Is_your_debugger_making_you_stupid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Is_your_debugger_making_you_stupid</guid>
      <pubDate>Tue, 30 Jun 2009 00:39:30 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tips and Tricks - VII</title>
      <description>Visual Studio PowerCommands &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-VII.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-VII.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_VII</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_VII</guid>
      <pubDate>Sun, 28 Jun 2009 12:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Treating Warnings as Errors in Visual Studio</title>
      <description>The compiler used by Visual Studio can produce errors when code cannot be built and warnings when it completes compilation successfully but there are areas of concern. To avoid warnings being missed or ignored, there is an option to treat them as errors. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSWarningsAsErrors.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSWarningsAsErrors.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</guid>
      <pubDate>Sat, 27 Jun 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Tracking Items in Solution Explorer</title>
      <description>Have you ever debugged a large project you didn't create? If so, you've probably gotten lost in the vast jungle of code that was once some poor programmer's paradise. This vast jungle is full of cannibalistic tribes and wild animals waiting to tear you to pieces. Your only hope for survival is your ability to navigate the solution tree, relying on your wits to circumvent the illogical paths of code that "Go To Definiton" has guided you down. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f06%2f26%2fTracking-Items-in-Solution-Explorer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2009%2f06%2f26%2fTracking-Items-in-Solution-Explorer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Tracking_Items_in_Solution_Explorer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Tracking_Items_in_Solution_Explorer</guid>
      <pubDate>Fri, 26 Jun 2009 19:37:40 GMT</pubDate>
    </item>
    <item>
      <title>NUnitit: Visual Studio Addin to support NUnit and some customizations </title>
      <description>Customizations to NUnitit addin to run tests on the selected project and to run a single selected test from Visual Studio IDE. &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%2f26%2fnunitit-visual-studio-addin-support-nunit-customizations%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%2f26%2fnunitit-visual-studio-addin-support-nunit-customizations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NUnitit_Visual_Studio_Addin_to_support_NUnit_and_some_customizations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NUnitit_Visual_Studio_Addin_to_support_NUnit_and_some_customizations</guid>
      <pubDate>Fri, 26 Jun 2009 13:45:30 GMT</pubDate>
    </item>
    <item>
      <title>Generate Dto with T4 engine</title>
      <description>This is a simple post that shows how to use T4 code generator engine to create a Dto Factory that can be used to generates Dto with a few lines of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f06%2f24%2fa-dto-factory-code-generator-with-visual-studio-t4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f06%2f24%2fa-dto-factory-code-generator-with-visual-studio-t4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Generate_Dto_with_T4_engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Generate_Dto_with_T4_engine</guid>
      <pubDate>Wed, 24 Jun 2009 17:34:10 GMT</pubDate>
    </item>
    <item>
      <title>Create a buld integration machine with team foundation server</title>
      <description>Simple post that shows how you can create a Continuous Integration machine defining a build definition in Team Foundation Server with few clicks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f06%2f22%2fcreating-a-build-with-tfs%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2falkampfer%2findex.php%2f2009%2f06%2f22%2fcreating-a-build-with-tfs%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Create_a_buld_integration_machine_with_team_foundation_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Create_a_buld_integration_machine_with_team_foundation_server</guid>
      <pubDate>Wed, 24 Jun 2009 09:35:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tips and Tricks - VI</title>
      <description>close all documents in visual studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-VI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-VI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_VI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_VI</guid>
      <pubDate>Tue, 23 Jun 2009 08:33:03 GMT</pubDate>
    </item>
    <item>
      <title>One Click Deployment with Visual Studio and .NET</title>
      <description>A how-to for one click deployment using Web Deployment Projects and the Web Deployment Tool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2foddiandeveloper.blogspot.com%2f2009%2f06%2fone-click-deployment-with-visual-studio.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2foddiandeveloper.blogspot.com%2f2009%2f06%2fone-click-deployment-with-visual-studio.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/One_Click_Deployment_with_Visual_Studio_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/One_Click_Deployment_with_Visual_Studio_and_NET</guid>
      <pubDate>Tue, 23 Jun 2009 03:39:02 GMT</pubDate>
    </item>
    <item>
      <title>.Net Framework 4.0: Using memory mapped files</title>
      <description>.Net Framework 4.0 introduces memory mapped files. Memory mapped files are useful when you need to do in-memory data manipulation and your data structures are large. For large in-memory data the performance of memory mapped file is the best. It is much faster than MemoryStream. And like files on hard disc, memory mapped files can be shared between different programs. &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%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</guid>
      <pubDate>Sun, 21 Jun 2009 10:05:49 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Brief view at debug history</title>
      <description>Visual Studio 2010 introduces also some new debugging features. One of them is debug history. Debug history enables you to track all the points on track of control flow and it also monitors activities that you cannot see otherwise. It makes debugging of hard to find problems much easier, I think. Of course, there are many other new and cool debugging features available. &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%2f06%2f19%2fvisual-studio-2010-brief-view-at-debug-history.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f19%2fvisual-studio-2010-brief-view-at-debug-history.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Brief_view_at_debug_history</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Brief_view_at_debug_history</guid>
      <pubDate>Wed, 24 Jun 2009 15:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Fast Add Reference Dialog for VS 2010</title>
      <description>I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f06%2f18%2fvs-addin-fast-add-reference-dialog-no-more-coffee-break.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f06%2f18%2fvs-addin-fast-add-reference-dialog-no-more-coffee-break.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Fast_Add_Reference_Dialog_for_VS_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Fast_Add_Reference_Dialog_for_VS_2010</guid>
      <pubDate>Fri, 19 Jun 2009 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Web application packaging and publishing</title>
      <description>Visual Studio 2010 has very powerful web application packaging and deployment system. When deploying your web application you create the deployment package and then publish it to web server. After configuring it is one-click action to get current version of application up to target server. Let's see how it works. &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%2f06%2f18%2fvisual-studio-2010-web-application-packaging-and-publishing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f18%2fvisual-studio-2010-web-application-packaging-and-publishing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_application_packaging_and_publishing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_application_packaging_and_publishing</guid>
      <pubDate>Wed, 24 Jun 2009 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Opening a Command Prompt for the solution in Visual Studio</title>
      <description>Ever find yourself needing to open a command prompt for the solution? Here's a step-by-step tutorial on how to be able to do it in a single key combination. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.robustsoftware.co.uk%2f2009%2f06%2fopening-command-prompt-for-solution-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.robustsoftware.co.uk%2f2009%2f06%2fopening-command-prompt-for-solution-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Opening_a_Command_Prompt_for_the_solution_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Opening_a_Command_Prompt_for_the_solution_in_Visual_Studio</guid>
      <pubDate>Wed, 17 Jun 2009 11:57:32 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Web.config transforms</title>
      <description>Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let's see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. &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%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</guid>
      <pubDate>Mon, 22 Jun 2009 15:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 and .Net Framework 4.0 downloads</title>
      <description>Collection of Visual Studio 2010 and .Net Framework 4.0 download links. &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%2f06%2f15%2fvisual-studio-2010-and-net-framework-4-0-downloads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f15%2fvisual-studio-2010-and-net-framework-4-0-downloads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_Net_Framework_4_0_downloads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_Net_Framework_4_0_downloads</guid>
      <pubDate>Sun, 14 Jun 2009 22:10:13 GMT</pubDate>
    </item>
    <item>
      <title>Save Team Foundation Server Password</title>
      <description>Learn to save your Team Foundation Server password and avoid retying the username and password everytime you open the project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fSave-Team-Foundation-Server-Password.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fSave-Team-Foundation-Server-Password.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Save_Team_Foundation_Server_Password</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Save_Team_Foundation_Server_Password</guid>
      <pubDate>Sun, 14 Jun 2009 13:08:12 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Looping Code Snippets</title>
      <description>Visual Studio 2005 allows quick creation of boilerplate code through the use of code snippets. In this article five snippets are considered. These allow you to quickly create the common looping structures in your programs with simple shortcut phrases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSLoopSnippets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSLoopSnippets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Looping_Code_Snippets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Looping_Code_Snippets</guid>
      <pubDate>Sat, 13 Jun 2009 17:04:30 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC installer for Visual Studio 2010 Beta 1</title>
      <description>Phil Haack announced Tuesday availability of ASP.NET MVC installer for Visual Studio 2010 Beta 1. &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%2f06%2f13%2fasp-net-mvc-installer-for-visual-studio-2010-beta-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f13%2fasp-net-mvc-installer-for-visual-studio-2010-beta-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ASP_NET_MVC_installer_for_Visual_Studio_2010_Beta_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ASP_NET_MVC_installer_for_Visual_Studio_2010_Beta_1</guid>
      <pubDate>Sat, 13 Jun 2009 12:56:54 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tips and Tricks - IV</title>
      <description>Visual Studio Tips and Tricks Series - Part IV  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-IV.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-IV.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_IV</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_IV</guid>
      <pubDate>Sat, 13 Jun 2009 08:18:48 GMT</pubDate>
    </item>
    <item>
      <title>Dual boot Windows Vista and Windows 7 RC on developer work laptop</title>
      <description>Windows Vista and Windows 7 dual boot on work laptop. It's possible to use Windows 7 as first operating system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sibinj.com%2fpost%2fDual-boot-Windows-Vista-and-Windows-7-RC-on-developer-work-laptop.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sibinj.com%2fpost%2fDual-boot-Windows-Vista-and-Windows-7-RC-on-developer-work-laptop.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Dual_boot_Windows_Vista_and_Windows_7_RC_on_developer_work_laptop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Dual_boot_Windows_Vista_and_Windows_7_RC_on_developer_work_laptop</guid>
      <pubDate>Fri, 12 Jun 2009 07:08:22 GMT</pubDate>
    </item>
  </channel>
</rss>