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

How to bind table colum with gridview column?

0 Answers  


What is viewbag?

0 Answers  


How we can register the Area in ASP.Net MVC?

0 Answers  


what is ADO.NET

8 Answers   NIIT,


I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,






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

0 Answers  


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


What is difference between html.beginform and ajax.beginform?

0 Answers   HCL,


what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0

4 Answers  


What is the property available to check if the page posted or not

1 Answers  


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


How do you handle variable number of segments in a route definition?

0 Answers  


Categories