Types of state management techniques ?
Answer Posted / karthikkumar
State Management in asp.net
1.Client side State Management
i) Cookies
ii) Query String
iii) Hidden Fields
iv) View state and Control state
2.Server side State Management
i) Cache
ii) Store state on the server
iii)Application Object
iv) Session Object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are web server controls in asp.net?
Distinguish between Server-side and Client-side code?
Is asp.net a programming language or framework?
What are different methods of session maintenance in asp.net?
What is difference between web api and web services?
What is server components?
What is session handling in a webfarm, how it can work with its limits?
Explain serialization and deserialization?
What is marshalling ? Is it a part of asp.net ?
Explain Optimization technique description?
What parameters can you pass in the url of the api?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is the difference between file-based dependency and key-based dependency?
What is inproc mode in session?
How long do session variables last?