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

Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

618


Mention two instances where routing is not implemented or required?

739


How to return the JSON from action method in ASP.Net MVC?

685


What is basic authentication in web api?

521


explain what does .edmx file contains?

631






What is presentation framework?

540


Which are the important namespaces used in ASP.Net MVC?

592


will there be any issues adding a table without primary keys to a data model?

601


List the new features added in .net framework 4.0.

513


What are the components of the .net framework.

571


What is the use .Glimpse in ASP.Net MVC

565


Which is the root namespace for fundamental types in .net framework?

563


My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

541


What are the main components of .net framework?

539


How does the 'page lifecycle' of asp.net mvc works?

567