what is a mvc in asp.net?

Answer Posted / rajesh m

ASP.NET MVC is a part of the ASP.NET Web application framework

Model: The model contains the core information for an
application. This includes the data and validation rules as
well as data access and aggregation logic.

View: The view encapsulates the presentation of the
application, and in ASP.NET this is typically the HTML markup.

Controller: The controller contains the control-flow logic.
It interacts with the Model and Views to control the flow of
information and execution of the application.

Is This Answer Correct ?    20 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is asp.net mvc?

842


What operating systems will the .net framework 3.0 be available for?

770


What is a razor file?

694


Which .net framework is installed?

684


What is the difference between partial and renderpartial?

670






What is the difference between model and entity?

692


Explain the role of assembly in the .net framework.

761


What is model first? : Entity framework

744


Explain what platforms does the .net framework run on?

756


What is definingquery in entity framework? : Entity framework

715


What is entity sql? : Entity framework

723


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2208


How to change the action name in mvc?

729


How we can invoke child actions in ASP.Net MVC?

810


What is ViewStart Page in ASP.Net MVC?

750