+ 2

What is mvc?why using mvc?

8th Dec 2016, 2:02 PM
Tamil Karthi
Tamil Karthi - avatar
3 Answers
+ 1
mvc means "model view control" which is a pattern. the goal is to seperate parts of the program so that multiple programmers can work seperately on the same project. eg one person designs the view (or user interface) and another person has the job to get the data on which the view is based on. there is a lot of examples out there for you to look up if you want to know more.
8th Dec 2016, 7:11 PM
Drauchris
Drauchris - avatar
+ 1
MVC(Model, View, Controller) is an architecture or pattern that is currently commonly used in developing applications. It is commonly used because of "Seperation of cencerns" where the View is used for display, the Model to take care of all database related functionalites such as update and delete and the Controller is simply used as a connection between the View and the Model.
9th Dec 2016, 9:37 PM
Elie Boustany
Elie Boustany - avatar
+ 1
MVC Model View Controller is there in ASP. NET
14th Dec 2016, 8:44 PM
Shiv Singh Sisodiya
Shiv Singh Sisodiya - avatar