One Simple Wish for Asp.Net MVC 4
One feature that is not widely known is the ability to edit your MVC Project file and turn on the ability to build MVC views at compilation time. This really helps with debugging, and this works nicely if you have a small project. But if you have a large project builds can drag on forever. So, one thing I would like is a ‘build views’ command so I can build as necessary.
Advertisement