This visual studio extension can be used to compile your MVC views (e.g., it is useful if you wish to plug in a whole MVC application into another application). It generates an associated .cs file for each of your .cshtml files when you go to the properties on the view and set the Custom Tool option to "MvcRazorClassGenerator". It is at this point that a corresponding .cs file is created.









