What is the model role in Mvc architecture?

Answers were Sorted based on User's Feedback



What is the model role in Mvc architecture?..

Answer / swapna

Responsible for actual data processing ,Database Connection
Querying Database , Implementing the business rules .

Is This Answer Correct ?    13 Yes 4 No

What is the model role in Mvc architecture?..

Answer / dilipdeveloper.blogspot.com

The model manages the behavior and data of the application
domain, responds to requests for information about its state
(usually from the view), and responds to instructions to
change state (usually from the controller).

Is This Answer Correct ?    9 Yes 2 No

What is the model role in Mvc architecture?..

Answer / jayasankar

In addition to the above, Exposing Methods to controllers
Notifying Viewer.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


Is .net a programming language?

0 Answers  


Is it possible implement webservices without SOAP?

2 Answers   HCL,


What do you mean by Code Access Security in .NET?

0 Answers  


What is different between webusercontrol and in webcustomcontrol?

0 Answers  






What is new in .net core?

0 Answers  


What are the new 2.0 features useful for?

0 Answers  


What is the use of activex control in .net?

0 Answers  


What are the differences between com architecture and.net architecture?

0 Answers  


Explain About GDI object ?

0 Answers   TISL,


Name some of the languages .NET support?

3 Answers  


Explain how to stop a thread?

0 Answers  


Categories