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 23, Wednesday, December 02, 2009 10:49:42 AM by
This is not the most up to date version of this article. The most recent version can be found here.
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
|
|
Thu, Dec 24, 2009 4:22 PM
by yousef_jadallah
|
helpful articles and examples.
Thank's
|
|
Sat, May 1, 2010 7:54 AM
by timash
|
I believe there could be mentioned one additional view engine for ASP.NET MVC - SharpDOM, http://sharpdom.codeplex.com/ - imho, it deserves a glance ...
|
|
Wed, Jul 7, 2010 2:14 AM
by Munkhjin
|
MVC's performance is slower than Webforms.is that true ? Why ?
|
|
Mon, Feb 13, 2012 7:41 AM
by yrb.yogi
|
Is there any performance review of MVC Platform VS other? If yes, please share to know more about MVC. I have never ever use MVC. IF MVC give better performance & reliability than everyone will use MVC but before that share statistics approach here
|
|
Sat, Aug 18, 2012 5:35 PM
by ahmed abdulrahman
|
i wrote a blog about general MVC concept ..
http://ahmedabdulrahman.blog.com/2012/08/10/mvc-model-view-controller/
|
New
Sat, Aug 6, 2011 4:28 PM
by
|
ASP.NET MVC: How to start Unit Testing
ASP.NET MVC: How to start Unit Testing Why Unit Testing? Why should you write Unit Tests? Here are some points which are mostly mentioned if somebody argues against Unit Tests It is time-consuming It interrupts your work They are unnecessarily They are complicated
|
New
Fri, Aug 5, 2011 8:25 AM
by
|
ASP.NET MVC Learning Roadmap
ASP.NET MVC Learning Roadmap For everybody who wants to learn ASP.NET MVC from ground up Young Yang posted a very useful learning roadmap in the forum on this site. original source: http://forums.asp.net/t/1704315.aspx/1?I+am+new+to+mvc3+will+any+one+provide
|
Revision #72
Thu, Mar 21, 2013 11:07 AM
by
|
ASP.NET Open Source Projects
Links to ASP.NET Open Source Projects Blogs Blogsa.net - A blog engine in Asp.net. dasBlog BlogEngine.NET- Very functional,simple and clean Blog enginein ASP .Net 3.5. SubText- A blogging engine in ASP.NET. Owlpal - WebContent System. AtomSite (formerly BlogSvc
|