Why viewstate is not used in mvc?
Answer / Vishwajeet Kumar
"ViewState is specific to ASP.NET Web Forms and it is not used in MVC (Model-View-Controller) because MVC promotes a cleaner and more maintainable architecture where ViewState can be replaced by using a simpler approach with the Model and View components"
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the filters?
What is the need of viewmodel in mvc?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is the main view engine called?
What is difference between MVC and MVP ?
What is mvc programming?
What is url routing?
Steps for the execution of an MVC project?
What is mvc in spring?
What is razor in mvc?
Why is mvc important?
Mention the order of the filters that get executed, if the multiple filters are implemented?