I would like to make a copy of my project. I would rather not start doing it from scratch by adding files and references, etc. Please note that I...
I have tried very hard but cannot find a solution on how to set session timeout value for in-process session for an ASP.Net web application. I am using VSTS...
How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects. -- app ---- Project.Something ---- Project.SomethingElse I...
I’m using the Obsolete attribute (as just suggested by fellow programmers) to show a warning if a certain method is used. Is there a way to suppress the warning...
On a successful build, I wish to copy the contents of the output directory to a different location under the same “base” folder. This parent folder is a relative...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
What is the keyboard shortcut to expand the little red line that gives you the menu where you can choose to have the necessary using statement added to the...
What is the difference between just a Rebuild and doing a Clean + Build in Visual Studio 2008? Is Clean + Build different then doing Clean + Rebuild? 6...
I installed ReSharper, and it works in Visual Studio, but how can I disable it? Whenever I search in the ReSharper menu, I can’t find a disable option. 13...
I work with multiple projects, and I want to recursively delete all folders with the name ‘bin’ or ‘obj’ that way I am sure that all projects will rebuild...