MVC Developer Question:

Tell me what is MVC (Model View Controller)?

Tweet Share WhatsApp

Answer:

MVC is a software architecture pattern for developing web application. It is handled by three objects Model-View-Controller. Below is how each one of them handles the task.

☛ The View is responsible for the look and feel.
☛ Model represents the real world object and provides data to the View.
☛ The Controller is responsible for taking the end user request and loading the appropriate Model and View

Download MVC Developer PDF Read All 50 MVC Developer Questions
Previous QuestionNext Question
Tell me what is the adavantage of using ASP.NET routing?Explain me what is the difference between each version of MVC 2, 3 , 4, 5 and 6?