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


Please Help Members By Posting Answers For Below Questions

What is WPF and WCF?

762


What are the different pipelining hazards? : Dot net architecture

793


How do I stop a thread?

719


Define a virtual memory? : Dot net architecture

683


Explain difference between inprocess vs out process session state? : .NET Architecture

716


Explain about code access security?

743


Define domestic architecture artifacts? : Dot net architecture

704


What is the difference between an event and a delegate?

736


Can I create my own metadata attributes?

731


Explain element .net mobile with example? : Microsoft dot net mobile

739


Explain How to improve the cache performance? : Dot net architecture

712


Define cache coherency and how is it eliminated? : Dot net architecture

704


Explain cache? : Dot net architecture

766


define cache memory? : Dot net architecture

724


what is the method while we are using adapter and dataset ?

1560