Why doesn't ASP.NET MVC have live reload? Is there any issue with the CLR?

955 views Asked by At

I am curious why in 2017 we still have to compile and run our ASP.NET MVC applications after every c# change.

Why can't we just make a change, hit refresh in the browser and have our code behind the scenes reload by itself?

What is the underlying technical reason preventing this?

0

There are 0 answers