ASP.Net MVC related questions Hi Friends, Now days, there are many companies asking about the ASP.Net MVC related questions in their interview process. So I thought of keeping few questions related to MVC and ASP.Net MVC. These questions will be help to all those who are attending the interviews or preparing for the ASP.Net MVC related questions. Here I am keeping the questions related to all the versions of ASP.Net MVC by keeping in mind that interviewer can ask the questions from any aspect. 1. What is MVC? Ans. MVC (Model View Controller) is one of the Software Architectural patterns which is built on 3 layers- Model layer, View layer and Controller layer. MVC is a pattern which basically talks about the separation of concern for a project where each of these layer is separate without any dependency. Here the 3 layers having their own individual roles like: a. Model - It is used as the Data Container. Mainly we write the public properties under this laye...
Posts
Showing posts with the label MVC3