0

How can I avoid restart my .net application for every change I make on my code? I know there is a way on which you just compile the application and then refresh the explorer and all the changes you made on code are there but I can't remember how is it.

Ferna Stereo
  • 180
  • 2
  • 10

1 Answers1

1

When you run the application use Ctrl F5. The differences between using F5 and Ctrl F5 are discussed here.

Dave Barnett
  • 2,045
  • 2
  • 16
  • 32