Hi, I was moved from VS 2013 to 2015 . Therefore, I do not understand too much in detail.
I like VS 2015 because it allows me to evaluate lambda expressions and also allows me to change runtime values.
Scenario:
In some applications (only proven winforms) I can edit the code during debugging and yes, the last code is always executed. i. I do not need to stop and start the program again and again. Yes, this is a very great feature.
But in the case of my first experience with the controller in MVC, I canβt edit the code, and this shows me several reasons.

Can someone explain in what scenarios can I add / remove code during debugging?
Thanks in advance!
c # compiler-warnings visual-studio visual-studio-2015
Umar
source share