Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
what is MVC ? why it is used? describe the advantage of it?
Posted
Comments
[no name] 11-May-14 15:30pm    
http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ

1 solution

Any effort?

Let me google that for you

One of my favorite definitions [^]:

MVC (Model, View, Controller) is a pattern for organising code in an application to improve maintainability. Imagine a photographer with his camera in a studio. A customer asks him to take a photo of a box. The box is the model, the photographer is the controller and the camera is the view.

There are tons of good articles on internet on this topic. Go out and look for them.

CodeProject also has some very good resources as well.

Model View Controller, Model View Presenter, and Model View ViewModel Design Patterns[^]

Why(s) & How(s) of Asp.Net MVC Part 1[^]
 
Share this answer
 
v2

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900