what is a mvc in asp.net?
Answers were Sorted based on User's Feedback
Answer / vijay musmade
mvc is the model view controller architecture in .net framework.
mvc consist of its libraries in this mode.
| Is This Answer Correct ? | 24 Yes | 5 No |
Answer / 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 |
Answer / ritu
MVC ia new technique introduced with Asp.net.
Mvc basically refers to Model,View,Controller.It means how
we can write the code in three different layers.
| Is This Answer Correct ? | 3 Yes | 7 No |
What are the contents of assembly?
What are the 3 main components of an asp.net mvc application?
What is the use of trace utility ?
How do you do role based security ?
1 Answers Accenture, BirlaSoft,
How to create an alias name for a namespace?
What is Attribute Routing in ASP.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are the advantages of mvc over asp.net?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is Differnce between html.action and ajax.action?
What are Action Filters in ASP.NET MVC and its use?
what is entity framework advantage?