You are debugging in Visual Studio, you stop the debugger and hit F5 again. Now Visual Studio is re-building several of your projects and it takes a long time before the debugger launches again. What gives? Unnecessary builds in Visual Studio are a problem I've seen over and over in my projects, and it's particularly annoying for large solutions. In theory, unless you make … [Read more...] about Visual Studio: Unnecessary builds