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 |
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Writing a Stored procedure to insert the values into a table
What is Ajax design pattern in .NET?
What is connection pooling and how do you make your application use it?
Explain clr, cts and cls?
Elements of CAS
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
Is .net a language?
Explain the process of compilation in .NET?
Do you know what are three common acronyms used in .net, and what do they stand for?
which methos do you invoke on the dataadapter control to load your generated dataset with data?