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
What is web api‘s in asp.net mvc 4 ?
Is .net framework dead?
Explain the 'page lifecycle' of an ASP.NET MVC?
How does .net framework works?
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?
what is split entity?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What are Action Methods in ASP.NET MVC?
What is RouteConfig.cs in ASP.Net MVC 4?
What are the 2 popular asp.net mvc view engines?
How can I return string result from action in asp.net mvc?
Explain two instances where routing is not implemented or required?
List the new features added in .net framework 4.0.
How does servicing work for the .net framework 3.0?
What is difference between viewbag and viewdata and tempdata?