ASP.NET 4.5

State Management in ASP.NET (ViewState, SessionState & ApplicationState)

One of the most crucial concepts in Web Development is the State management. In a nutshell, when you request a page from ASP.NET, the Web Server receives it, process it and finally sends the response back to the browser, discarding… Read More ›