This question is very much asked in Interview and it is very common questionBig difference between WebForms and MVC is MVC does not have viewstate.The reason that MVC does not have viewstate is because viewstate is stored in a hidden field on the page.So this increases the size of the page significantly and impacts the page load time.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
This question is very much asked in Interview and it is very common questionBig difference between WebForms and MVC is MVC does not have viewstate.The reason that MVC does not have viewstate is because viewstate is stored in a hidden field on the page.So this increases the size of the page significantly and impacts the page load time.