Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is State Management Techniques? State-Management is a technique or Design Pattern, that can be used to synchronize the state of the application throughout all components of the application<br> State Management is based on client-side and server-side. Their functionality differs depending on the change in state, so here is the hierarchy:<br><br> Client-side Techniques: View, Hidden, Cookies, Control State, Query Strings<br> Server-side Techniques: Session State, Application State<br><br> Benefits of State-Management:<br> State-Management helps to centralize and made the maintenance of code very easy, also it improves the quality of code, by reducing the code size and making it more readable as well.
Related Topics