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
How we can invoke child actions in ASP.Net MVC?
What are the advantages of mvc over asp.net?
Is .net framework going away?
How route table is created in ASP.NET MVC?
What is action methods in web api?
What is the difference between windows vista and .net framework 3.0 ?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is the domain object?
how do you truncate a table using entity data model?
What is edm (entity data model)? : Entity framework
What is ViewStart Page in ASP.Net MVC?
Explain the difference between viewbag and viewdata in mvc?
what is entity graph in entity framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Explain tempdata in mvc?