MVC (Model-View-Controller) is a software architecture pattern that enforces separation of concerns. By isolating these components development, testing and maintenance can occur independently, reducing dependencies in the code.
Stats
created |
2 years ago |
viewed |
55 times |
active |
1 year ago |
editors |
1 |
Recent Hot Answers
Do I need JUnit tests for the controller layer on a MVC when I have a database layerJava generalization
Java generalization
In MVC is it concidered good practice to have private, non-action, functions in a controller class?
Why is it a good idea for “lower” application layers not to be aware of “higher” ones?
more »
Related Tags
php × 53design-patterns × 46
java × 33
architecture × 26
object-oriented × 23
design × 23
asp.net × 21
asp.net-mvc × 17
web-development × 16
frameworks × 14
javascript × 12
c# × 10
web-applications × 10
ruby-on-rails × 9
codeigniter × 8
model × 8
mvp × 7
asp.net-mvc-3 × 7
mvvm × 6
ios × 6
programming-practices × 6
learning × 5
wcf × 5
business-logic × 5
web-framework × 4