Practical Programming Pearls For .NET Developers

Visual Studio (2008) - FAQs

Q: In VS2005 I could do X but I can't find that feature in VS2008.  Where is it? Answer
Q: I need to add a lot of existing files and folders to a project but using Add Existing Item is slow.  Is there a faster way? Answer
Q: I cannot find the Layout menu for ASP.NET pages in VS2008.  Where is it? Answer
Q: Whenever I accidentally mouse over the Toolbox it locks up VS for a while.  What is going on? Answer
Q: VS will not allow me to edit a file unless I check it out first.  How can I stop this? Answer
Q: I migrated my VS2005 app to VS2008 but I cannot use any of the new v3.5 features.  What is going on? Answer
Q: Whenever I create a new project it wants to use the v3.5 framework but I just want to stick with v2.0 for now.  How can I change this? Answer
Q: I create a lot of test projects and I am getting tired of cleaning up the temporary projects directory and clearing out the recent projects menu.  Is there some way to get VS to do this for me? Answer
Q:I heard you can debug the .NET framework in VS2008.  How can I do this? Answer
Q:When I display an object in the Immediates window of VS it only shows the first 100 values. How can I show more? Answer
Q:I want to use one set of assemblies during debugging and another set in release builds. How can I do this? Answer