Application state is a data repository available to all classes in an ASP.NET application . Application state is stored in memory on the server and is faster than storing and retrieving information in a database.22 Eki 2014
Read moreWhat is application state in ASP.NET example?
Application state is a data repository available to all classes in an ASP.NET application . Application state is stored in memory on the server and is faster than storing and retrieving information in a database.22 Eki 2014
Read moreWhat is an application state?
Application State (also known as Program State) represents the totality of everything necessary to keep your application running . When we refer to application state we are normally referring to the state of the program as it exists in the contents of its memory.
Read more