Why viewstate is not used in mvc?



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

Post New Answer

More MVC Model View Controller Interview Questions

What are the filters?

1 Answers  


What is the need of viewmodel in mvc?

1 Answers  


What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?

1 Answers  


What is the main view engine called?

1 Answers  


What is difference between MVC and MVP ?

1 Answers   PUCIT,


What is mvc programming?

1 Answers  


What is url routing?

1 Answers  


Steps for the execution of an MVC project?

1 Answers   HCL,


What is mvc in spring?

1 Answers  


What is razor in mvc?

1 Answers  


Why is mvc important?

1 Answers  


Mention the order of the filters that get executed, if the multiple filters are implemented?

1 Answers  


Categories