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

What is deferred execution vs. Immediate execution in linq?

0 Answers  


What is func in .net 3.5?

0 Answers  


Please explain is the jit an interpreter?

0 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,


What are the new 2.0 features useful for?

0 Answers  






Integer & struct are value types or reference types in .NET?

1 Answers  


How does you handle this COM components developed in other programming languages in .NET?

1 Answers   Satyam,


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


What is difference between .net core and .net standard?

0 Answers  


Tell us what is a sealed class?

0 Answers  


What is the difference between odbc and ado?

0 Answers  


Categories