Open folders in Window Explorer in Visual Studio 2008
Posted on 11/14/2007 7:12:09 AM
in #Visual Studio
Hi,/P>
One of the features that I use very regularly in Visual studio 2008 is the Open folder in Windows Explorer. Many a times we want to do something with the actual without the use of Visual Studio.
A common scenario is to change the connection string in the Web.config screen locally without checking in the Web.config file. What I do is go to the physical path and change the property of the file and make it editable.Now I open the file in a Notepad and update the connectionstring. This is many a times required to check for issues with different kind of data./P>
For cases like these I really like the feature of the visual studio on how easily I can open the working folder. All I need to do is click on the file (or project) right click (to get the context menu) and click on “Open folders in Window Explorer” to open the respective folder./P>
Thanks Vikram/P>
|