Answer Posted / Manoj Bhardwaj
In MVC, a ViewModel serves as an intermediary between the View and the Model. It exposes only those properties and methods that are needed by the View, and it may also contain additional data or logic to facilitate the View's work.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers