I really love ASP.NET 2.0 for being able to make code-behind changes without neededing to re-compile project.
Now I have moved to ASP.NET MVC but one thing that bother me is the fact that I need to re-compile everytime I make a change in the Controller code.
How can I make my ASP.NET MVC application to compile on-demand like ASP.NET 2.0 project?