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 |
how do you query in entity model when the result has a join from from different database other than the entity model?
How do I change the permission set for a code group
What is associationset? : Entity framework
How do I define my own code group
What's the difference between const and readonly ?
What are the different authentication modes in the .NET environment?
explain how you can load related entities in ef (entity framework)?
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
What is iobjectset? : Entity framework
How to bind table coloum with gridview column
3 Answers Sypher Technologies,
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?