what is stage management ? (ASP.NET)
Answer Posted / shabbir alam
Http is is stateless protocol,because if it be a stateful then only 100 connection can be be made with the server,if it exceeds then it will give connection pooling exception,thats why http is a stateless protocol.
To manage the state we use
1.Cookies
2.Query String
3.Session
4.View State
5.Caching
6.Hidden Variables
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which software is used for .net programming?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What is an interrupt? : .NET Architecture
What is textbox control of .net mobile? : Microsoft dot net mobile
What is difference between .net and visual studio?
Explain the purpose of cache? How is it used? : Dot net architecture
how to change the application name?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
what is the difference between master page and content page?
What is cache coherency and how is it eliminated? : .NET Architecture
Define an interrupt? : Dot net architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
5. Wcf- Session Managment
Explain Singleton design pattern in .net
How can we perform data binding in atlas?