Introduction
In this article we are going to see how to use the new Microsoft ASP.NET MVC 4 developer preview application with Windows Azure platform. Microsoft ASP.NET MVC 4 Developer preview is available with Visual Studio 2010 professional and ultimate versions by directly installing with the Web Platform Installer. Currently Microsoft has not provided the API’s and support for the Visual Studio 11 Developers preview with the Microsoft Azure platform. [more]
ASP.NET framework for developing web application has 2 options, ASP.NET Web Pages and ASP.NET MVC applications. Basically ASP.NET MVC is an alternative and not a replacement for the web application development with Microsoft dot net framework. ASP.NET MVC (Model-View-Controller) is a framework that divides an application implementation into three components namely Model, View and Controller.