This is a project template for a minimal ASP.NET MVC5 application, only the necessary stuff to make the website run is included. Some features: - Removed unused folders from the default project structure (App_Data, App_Start, Models, etc). - App initialization (global.asax) reduced to the minimum. - Default "Home" controller and "Index" action. - Basic layout/view files. - Attribute Routing enabled by default. |