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 |
Explain about the Common Language Runtime?
What is Ajax? How it is related to your project?
Tell us what is json data, and what is one way that .net developers can work with json?
what will do to avoid prior case?
What are the new features of Framework 1.1 ?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
What is .net and .net framework?
Explain security measures exist for .net remoting in system.runtime.remoting?
ctype(123.34,integer) - should it throw an error? Why or why not?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Do I have any control over the garbage collection algorithm?
Explain memory-mapped files.