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
The current version of the ASP.NET MVC framework is 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
Revision number 22, Sunday, November 22, 2009 8:20:24 AM by ali62b
You must Login to comment.
|
Thu, Feb 21, 2008 7:33 AM
by s_kushal
|
Dose any body have any example for a real world application of the MVC framework ??
|
|
Sat, Jun 7, 2008 6:05 AM
by scott@elbandit.co.uk
|
see http://blog.wekeroad.com/mvc-storefront/
|
|
Mon, Jun 9, 2008 5:46 PM
by dhounshell
|
The Lounge - an ad network run by James Avery was recently updated to use ASP.NET MVC. You can check out his blog post here: http://infozerk.com/averyblog/new-lounge-front-end-now-with-asp-net-mvc-and-nhaml/ and the site here: http://infozerk.com/thelounge/
|
|
Wed, Dec 31, 2008 2:54 AM
by Live Wire
|
Is MVC a best fit for ASP.NET applications?
|
|
Wed, Apr 8, 2009 8:44 PM
by beetledev
|
This article says MVC has disadvantages like performance hits and writing extra code. It would be good to have some examples or statistics especially regarding performance.
|
|
Sat, Apr 25, 2009 12:50 AM
by neeks_4ever
|
Nice article. Thanks.......
Keep it-up
|
|
Fri, Aug 14, 2009 8:41 AM
by csharppointer
|
nice one helped me to start with mvc in asp.net
|
Revision #43
Mon, Nov 16, 2009 9:32 PM
by
|
ASP.NET Open Source Projects
Links to ASP.NET Open Source Projects Blogs dasBlog BlogEngine.NET SubText- A blogging engine in ASP.NET Owlpal - WebContent System AtomSite (formerly BlogSvc) -Built using ASP.NET MVC. Oxite - Built using ASP.NET MVC. Content Management Systems DotNetNuke
|
Revision #5
Tue, Feb 17, 2009 9:32 AM
by
|
MVP Pattern
MVP (Model View Presenter)Framework The MVP pattern is an Architecture Pattern used to build ASP.net applications. It refers to splitting up the responsibilities for gathering, displaying, and storing data from a web page into separate objects: a Model object
|
Revision #4
Sun, Jun 7, 2009 5:09 PM
by
|
Visual Studio 2010 Beta 1
Visual Studio 2010 Beta 1. Download: Visual Studio 2010 Professional Beta 1 – Web Installer Visual Studio 2010 Professional Beta 1 – ISO Visual Studio Team System 2010 Team Suite Beta 1 – Web Installer Visual Studio Team System 2010 Team Suite Beta 1 - ISO
|