What is the model role in Mvc architecture?
Answers were Sorted based on User's Feedback
Answer / swapna
Responsible for actual data processing ,Database Connection
Querying Database , Implementing the business rules .
| Is This Answer Correct ? | 13 Yes | 4 No |
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 |
Answer / jayasankar
In addition to the above, Exposing Methods to controllers
Notifying Viewer.
| Is This Answer Correct ? | 8 Yes | 2 No |
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is implement a generic action in webapi?
What base class do all Web Forms inherit from?
What do you mean by web service?
What does jit compilation do in .net?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
what is the meaning silverligt control
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
What are the types of jit?
What is Garbage Collection in .Net? Garbage collection process?
Explain me why do we use msmq?
How will you make .NET programs work in Linux ?