Did you ever write some code, compile & run your solution and then, when debugging, found a minor error (like an sql string syntax error) that messed up your code’s execution? Well, stopping the debugger, correcting the error, recompiling & running is the way to go, right? Wrong! Visual Studio has two tricks up it’s […]