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

What is html.renderpartial?

0 Answers  


explain lazy loading, eager loading, and explicit loading?

0 Answers   Microsoft,


What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?

1 Answers  


Describe the gac in the .net framework.

0 Answers  


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,






What are the Main Features of .NET platform

1 Answers  


what is .edmx file and what it contains?

0 Answers   Microsoft,


What is Reflection in .NET?

6 Answers   Fiserv, TCS,


How do you enforce garbage collection in .NET

1 Answers   Wipro,


How many .NET languages can a single .NET DLL contain

1 Answers  


I have interview in accenture.I cleared 1st round in techniqual.I have interview with project lead.pls help me.

2 Answers   Accenture,


Explain what languages does the .net framework support?

0 Answers  


Categories