ASP.NET MVC 4 Enhancements to Default Project Templates
The ASP.NET MVC 4 provides an additional project teamplate for Mobile Web Application. The new Project dialog is shown below
The project templates that are used to create new ASP.NET MVC 4 projects have been updated and provide a nice and modern looking user interface. The home page using the new project template is shown below
The new project template provides adaptive rendering for both desktop browsers and mobile browsers without any customization. The home page is displayed in the mobile browser is shown below
The login screen is shown below
Mobile Project Template
The ASP.NET MVC 4 provides a new project template for Mobile Application for creating mobile specific websites. The new mobile project template is based on jQuery Mobile. Earlier I have blogged about building Mobile enabled web apps with ASP.NET MVC 3 and jQuery Mobile. The below is shown the mobile page rendered in a mobile browser