Pergunta de entrevista da empresa Ray Business Technologies

What is state management and its technique

Resposta da entrevista

Sigiloso

6 de dez. de 2017

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

3