Answer Posted / Ujjwal Mishra
The ViewModel in MVC serves as an intermediary between the Model and View. It simplifies data for use by the View, reduces the amount of data that needs to be passed from Controller to View, and can handle UI-specific logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers