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 code access security (cas)?
Explain difference between machine config vs. Web config? : .NET Architecture
Explain How to improve the cache performance? : Dot net architecture
What are the five stages in a dlx pipeline? : Dot net architecture
Explain the Lapsed Listener problem in .net
what is the method while we are using adapter and dataset ?
State the different levels of exceptional safety?
How can we integrate atlas with web services?
Describe the Managed Execution Process in .NET?
Name some changes done since version 3.0?
What is cache coherency? : Dot net architecture
What is .net mobile utility controls. : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Can I create my own metadata attributes?