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 is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
What are the two ways to add constraints to a route?
Explain entity lifecycle? : Entity framework
what is code first approach?
What is Reference type and value type
What is the .net framework 3.0 (formerly winfx)?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Why is XmlSerializer so slow
What are the mobile devices supported by .net platform
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is serialization ?
Can you declare an override method to be static if the original method is non-static