MVC Developer Question:
Download Questions PDF

Tell me what is MVC (Model View Controller)?

MVC Developer Interview Question
MVC Developer Interview Question

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 Interview Questions And Answers PDF

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?