Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is MVC Framework?

user-image
Question added by saba ghani , System Application Enginner , Greybeard solutions pvt.ltd
Date Posted: 2017/06/20
ANNANTA KUMAR PATRA
by ANNANTA KUMAR PATRA , Software engineer , Avanli Media FZ LLC

The framework which follow MVC pattern in simple words.

But the real question is what is MVC?

MVC is Model–view–controller is a software architectural pattern for implementing user interfaces on computers.

In which

Model : Store and retrieve data by commands from Controller and is the central component.

Controller : Get inputs from view and commands to the model and get data from the model and give it to the view.

View : It the output representation of data from model and is the visual interface what the user see. 

More Questions Like This