Virtual Post-It #012 - Cancelling compilation/deployment in Visual Studio
Ever hit F5 when all you wanted to do was compile? This can be a pain, especially with mobile applications because VS also then starts to deploy to the emulator etc etc.
Simple tip - You can cancel the build by using CTRL-Break.
[Thanks jfo's coding]