what is a mvc in asp.net?

Answers were Sorted based on User's Feedback



what is a mvc in asp.net?..

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

what is a mvc in asp.net?..

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

what is a mvc in asp.net?..

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

Post New Answer

More Dot Net Framework Interview Questions

Is .net framework backwards compatible?

0 Answers  


What is mapping in entity framework? : Entity framework

0 Answers  


which is good java or Dot net?

3 Answers   Halosys,


I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?

0 Answers   Accenture,


How to create an alias name for a namespace?

4 Answers   IBM,






what is datacontrols?

1 Answers  


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


In which assembly is the mvc framework defined?

0 Answers  


exe abrevatiom

5 Answers   IBM,


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


When was the first version of .NET released

1 Answers  


Diffence between .net framework 1.0 and 2.0?

2 Answers   DataPoint,


Categories