Advantages of application state: Application object memory relased when we removed . Multi user can able to access application variable. To avoid deadlock or conflict we should use Lock and Unlock when we use write or update in the application object. Other application can’t access this application values.
Read moreWhat are the advantages of application state?
Advantages of application state: Application object memory relased when we removed . Multi user can able to access application variable. To avoid deadlock or conflict we should use Lock and Unlock when we use write or update in the application object. Other application can’t access this application values.
Read moreWhich is the state management technique in ASP.NET application?
Application state is a server side state management technique. The date stored in application state is common for all users of that particular ASP.NET application and can be accessed anywhere in the application. It is also called application level state management.11 Kas 2012
Read moreWhat is the state management technique?
Definition. State Management can be defined as the technique or the way by which we can maintain / store the state of the page or application until the User’s Session ends .7 Ara 2020
Read moreWhat is the state management technique?
Definition. State Management can be defined as the technique or the way by which we can maintain / store the state of the page or application until the User’s Session ends .7 Ara 2020
Read moreWhat are the different session state management options available in ASP.NET Mcq?
ASP.NET provides several options to implement server-side state management.
Read moreWhat are the different session state management options available in ASP.NET Mcq?
ASP.NET provides several options to implement server-side state management.
Read more