What are viewmodels in mvc?
Answer / Preeti Sonker
ViewModels (or View Models) in MVC are used to simplify the data passed from the Controller to the View. They help manage properties and commands that are needed by the View, but not directly by the Model.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the benefits of area in mvc?
Mention what are the two ways to add constraints to a route?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is the concept of mvc?
Mention the advantages and disadvantages of mvc model?
which filters are executed in the end?
Why you use MVC over Tradisional ASPX?
Why do we use mvc?
What are the features of mvc5?
What is get and post actions types?
What is mvc programming?
What is the viewbag in mvc?