Contents tagged with MVC
-
Using MvcBuildViews to force MVC Views to Compile
In Visual Studio 2012, C# code inside MVC views does not get compiled in the normal build process. This can lead to runtime bugs... yucky!
Force It
Thankfully, you can force Visual Studio to … more