Explain State Management

Explain State Management? List the ways to maintain the state in .NET?

E

Expert

Verified

The state management is used to store the information requests. State management is used to trace information or data which affect a state of applications.

To maintain the state in the .NET there are two ways: Client-Based state management and Server-Based state management.

The techniques which can be used to implement the Client-Based state management are as follows:

• Query Strings
• View State
• Control State
• Hidden Fields
• Cookies

The techniques which can be used to implement Server-Based state management are as follows:

• Profile Properties
• Application State
• Session State

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.