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
Define domestic architecture artifacts? : Dot net architecture
What is private constructor? And it's use?
Explain the race around condition? : Dot net architecture
What is .net mobile lists. : Microsoft dot net mobile
What is Object Caching in Visual Studio 2010?
What is an asssembly qualified name? Is it a filename? How is it different?
Can you explain control extenders?
Define pipelining? : Dot net architecture
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Which software is used for .net programming?
how to make and display a form without title bar?
Define a virtual memory? : Dot net architecture
Explain Intermediate Language?
what is polymorphism and advantage ?
What is parallel computing?