0

I found a similar question from 2014 without answer or practical comment ( Hot swapping code like Java in C# ). I am quite unexperienced with DOT NET (my background is Java). I really don't want to compare IDEs or languages. My question is restricly to Visual Studio running C# and deploing to a local IIS Express during debugs. In case it is relevant, I am using Microsoft Visual Studio Ultimate 2013

Jim C
  • 3,957
  • 25
  • 85
  • 162

1 Answers1

0

I believe that there isn't really hotswap in Visual Studio. BTW, the closest I could get is Tools -> Options -> Debugging -> Edit and Continue > Enable Edit and Continue (uncheck)

Jim C
  • 3,957
  • 25
  • 85
  • 162