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
What is WPF and WCF?
What are the different pipelining hazards? : Dot net architecture
How do I stop a thread?
Define a virtual memory? : Dot net architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
Explain about code access security?
Define domestic architecture artifacts? : Dot net architecture
What is the difference between an event and a delegate?
Can I create my own metadata attributes?
Explain
Explain How to improve the cache performance? : Dot net architecture
Define cache coherency and how is it eliminated? : Dot net architecture
Explain cache? : Dot net architecture
define cache memory? : Dot net architecture
what is the method while we are using adapter and dataset ?