Click here to Skip to main content
15,887,027 members
Articles / Web Development / ASP.NET
Article

ASP.NET MVC Framework

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
11 Oct 2013CPOL4 min read 34.1K   13   1
Overview MVC (Model-View-Controller) now comes to ASP.NET too. As Scott Gu says "If you are looking to build your web applications using a MVC

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

Overview 

MVC (Model-View-Controller) now comes to ASP.NET too. As Scott Gu says "If you are looking to build your web applications using a MVC approach, I think you'll find this new ASP.NET MVC Framework option very clean and easy to use.  It will enable you to easily maintain separation of concerns in your applications, as well as facilitate clean testing and TDD." Scott has written a series of blog posts on this new addition to the ASP.NET family. Read them:

Note: However, please do not blindly use MVC pattern for each and every website that you create. Like most of the design Patterns, the MVC has its own disadvantages like performance hits and writing extra code.Make sure you dont take the pain without a reason. 

Again, MVC model is only an additional model/approach to develop ASP.NET applications and not a replacement for the existing rendering ASP.NET framework.

Releases

Asp.Net MVC 3 RTM is released. You can download it from here:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6&displaylang=en 

To find out whats new in Asp.NET MVC 3 watch this link:

http://www.asp.net/mvc/mvc3 

ASP.NET MVC framework 2.0 which can be downloaded here:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9 

You can now also download the source code for the project at:

http://aspnet.codeplex.com/releases/view/41742 

The first version of the ASP.NET MVC framework was 1.0, which can be downloaded here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b


ASP.NET MVC Documentation on MSDN

For the MVC tutorials, walkthroughs, code samples and reference topics on MSDN, see ASP.NET Model View Controller (MVC).

Example applications

Advanced concepts / blog posts

The following is a list of blog posts on advanced topics.

Alternative view engines

Other resources


ASP.NET MVC in Real Life

DotNetShoutOut.com : http://dotnetshoutout.com/
DevMavens.net          : http://devmavens.net/
StackOverflow.com    : http://stackoverflow.com/

Books

This article was originally posted at http://wiki.asp.net/page.aspx/286/aspnet-mvc-framework

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group

754 members

Comments and Discussions

 
-- No messages could be retrieved (timeout) --