Below are some very important MVC ( Model view controller ) interview questions asked again and again.
What does MVC stand for?
The full form is model view controller.
What exactly is MVC?
Model view controller pattern is a architectural design pattern.
So how does it help?
It helps to create reusable code by seperating the logic in to view, controller and model.
View -- Will have the look and feel
Controller -- will have the code to club the model and view.
Model -- will have the business logic.
How can we do MVC in ASP.NET?
MVC in ASP.NET is done by using the Visual studio MVC template.
How do you create a simple project using the MVC template?
See the below complete video series which will help you to learn MVC step by step.
Asked In: Many Interviews |
Alert Moderator