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

 

4 Comments

  • @Sébastien - You can use both MVC 3 and MVC 4. But there are issues when running ASP.NET MVC 3, ASP.NET MVC 4, and Windows Azure Tools for Visual Studio 2010 1.5 side by side.

  • Can you detail these issues or provide a link with more info?

    "But there are issues when running ASP.NET MVC 3, ASP.NET MVC 4, and Windows Azure Tools for Visual Studio 2010 1.5 side by side"

  • Hi Shiju,
    Please forward some links of projects(having screen shots or complete coding as i am a beginner-other than Nerddinner)on MVC3/MVC4 and i also want to host it on azure.

    regards,
    Rahul

  • Please do a post on the Async Controllers?

Comments have been disabled for this content.