What's MVC? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
21st May 2018, 5:08 AM
Abdessamad Ait Si Bella
Abdessamad Ait Si Bella - avatar
5 Answers
+ 8
It is a pattern, that tells you strictly to seperate - datamodel (maybe sql db) - presentation - programming logic eg maybe amazon: what you see is the presentation of the datamodel. if you put an article into your basket, data (model) changes. The coding should inform the gui to dapt to the new model.
21st May 2018, 11:11 AM
Oma Falk
Oma Falk - avatar
+ 5
model view control
21st May 2018, 5:43 AM
Oma Falk
Oma Falk - avatar
+ 3
mvc is a design patterns and its stand for Model,View and Controller here controller is request handler ,view displays the model data and sends back to controller .view is dependent of both model and Controller and last model represents the data by using mvc we can create web application quickly with the help of visual studio IDE clean coding, separation of components like design, business logic and handling the request etc......
21st May 2018, 12:28 PM
Vishwanath Patil
Vishwanath Patil - avatar
+ 1
more details please
21st May 2018, 10:04 AM
Abdessamad Ait Si Bella
Abdessamad Ait Si Bella - avatar
+ 1
thanks a lot
21st May 2018, 7:51 PM
Abdessamad Ait Si Bella
Abdessamad Ait Si Bella - avatar