MVC Overview
I am new to MVC.Can someone explain a brief explanation?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh KumarPosted Oct 19, 2015, 2:22 AM
The MVC pattern has been heralded by many developers as a useful pattern for the reuse of object code and a pattern that allows them to significantly reduce the time it takes to develop applications with user interfaces.
The model-view-controller pattern proposes three main components or objects to be used in software development:
Francis SusaimichaelPosted Oct 19, 2015, 2:55 AM
Ravi KumarPosted Oct 19, 2015, 1:54 AM
Jignesh TrivediPosted Oct 19, 2015, 1:48 AM