
Q 1) MVC Means ?
Ans)
ASP.NET MVC is a part of the ASP.NET Web application framework
MVC stands for multi view controller and this is a part of dot net framework. It has several versions.MVC application is created by using following 3 attributes namely: Model, View and Controller.Model: It tells the the core information of an application which includes data, validation rules and data access and aggregation logic.View: The view is used to encapsulate the presentation of the application.Controller: The controller contains of the control-flow [...]