<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'VS2010' and 'dotnetmag'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=VS2010,dotnetmag&amp;orTags=0</link><description>Search results matching tags 'VS2010' and 'dotnetmag'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Visual Studio 2010: Close all documents</title><link>http://bloggingabout.net/blogs/rick/archive/2010/05/04/visual-studio-2010-close-all-documents.aspx</link><pubDate>Tue, 04 May 2010 16:31:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483210</guid><dc:creator>Rick van den Bosch</dc:creator><description>&lt;p&gt;Sometimes it&amp;rsquo;s the little things that make you love a new product just a bit more.&lt;/p&gt;
&lt;p&gt;I tend to close stuff I don&amp;rsquo;t use anymore fairly quickly. Sometimes I even close an Explorer window or an application right after I used it, only to find I need it again in a few moments&amp;hellip; We all have our quirks, right ;)&lt;/p&gt;
&lt;p&gt;While developing I regularly close all the documents I have open in Visual Studio, especially when I am done with a specific task. And most of the time, I like to collapse all the projects and their subfolders too to keep a tidy work environment. I also have the option &amp;lsquo;Track Active Item in Solution Explorer&amp;rsquo; checked under &amp;lsquo;Tools&amp;rsquo; - &amp;lsquo;Options&amp;rsquo; - &amp;lsquo;Projects and solutions&amp;rsquo; &amp;ndash; &amp;lsquo;General&amp;rsquo;. Of course I have, I&amp;rsquo;d almost add&amp;hellip;&lt;/p&gt;
&lt;p&gt;In older versions of Visual Studio (while having the &amp;lsquo;Track Active Item in Solution Explorer&amp;rsquo; option turned on) choosing the &amp;lsquo;Close all documents&amp;rsquo; item in the &amp;lsquo;Windows&amp;rsquo; menu after having collapsed all the projects lead to one project opening up again. That was the project with the document that was active just before closing all the documents. The &amp;lsquo;Track Active Item in Solution Explorer&amp;rsquo; option seemed to squeeze in a &amp;lsquo;Look at that guy!&amp;rsquo; just before all the documents actually closed, making Visual Studio open up the project and highlighting the file again. Although I knew this happened, I somehow kept to my usual routine of collapsing all the projects and their subfolders before closing all documents, with the same result each time: me closing that one project (or those seven subfolders) twice.&lt;/p&gt;
&lt;p&gt;But&amp;hellip;&amp;hellip; no more in Visual Studio 2010! This newly built IDE seems to understand my way of work: no longer does Visual Studio (or the &amp;lsquo;Track Active Item in Solution Explorer option) open up the project of an active item when I choose &amp;lsquo;Close All Documents&amp;rsquo;. I&amp;rsquo;m not even sure if this was a specific choice or just a coincidental side-effect of the new IDE, but it makes me love Visual Studio 2010 just a bit more&amp;hellip; :)&lt;/p&gt;</description></item><item><title>Visual Studio 2010 and the web.config </title><link>http://bloggingabout.net/blogs/rick/archive/2010/04/18/visual-studio-2010-and-the-web-config.aspx</link><pubDate>Sun, 18 Apr 2010 08:00:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483119</guid><dc:creator>Rick van den Bosch</dc:creator><description>&lt;p&gt;While working with Visual Studio 2010, a new feature caught my eye that isn&amp;#39;t communicated (strongly) in the &amp;quot;What&amp;#39;s new&amp;quot; lists you can find online. As part of the Visual Studio 2010 supports &amp;nbsp;multiple web.config files! Now we can create a separate web.config file for each configuration we have for our application. If you add a configuration through the configuration manager, you have the possibility to add a web.config file&amp;nbsp; for the new configuration too.&lt;/p&gt;
&lt;p&gt;A web application gets two configurations by default: a Debug and a Release configuration. When opening the plus sign in front of the web.config file, two extra files appear: web.debug.config and web.release.config. &amp;nbsp;Depending on the active configuration, Visual Stusio selects the correct version. &lt;/p&gt;
&lt;p&gt;The web.config file contains the default configuration. Configuration specific config files may add or remove settings or change current ones. This is done using simple transformation tags. &lt;/p&gt;
&lt;p&gt;For more information on transformations have a look at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/webdevtools/archive/2009/05/04/web-deployment-web-config-transformation.aspx"&gt;Web Deployment: Web.Config Transformation&lt;/a&gt;&amp;nbsp;(Visual Web Developer Team Blog)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd465326(VS.100).aspx"&gt;Web.config Transformation Syntax for Web Application Project Deployment&lt;/a&gt;&amp;nbsp;(MSDN library)&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>