employer cover photo
employer logo
employer logo

Ray Business Technologies

Is this your company?

Ray Business Technologies Interview Question

What is state management and its technique

Interview Answer

Anonymous

Dec 6, 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