Tuesday Jun 26, 2012 at 08:21 PM | Posted by: praveen
State management in ASP.NET MVC is an interesting throwback to the core concept of statelessness in HTTP—wherein there is no default support for state persistence. Compare this to ASP.NET Web Forms, which by default used ViewState to store the state for each control. There are many benefits associated with stateless pages, or when state is maintained only on the client browser, via a cookie for e... [More]

Tag cloud