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
Explain some of the disadvantages due to microsoft.net?
Can I create my own metadata attributes?
What is the purpose of Accordian in jquery? Where it can be used?
5. Wcf- Session Managment
Define cache coherency and how is it eliminated? : Dot net architecture
define cache memory? : Dot net architecture
Explain the process of gc?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Can I create my own permission set?
Define a virtual memory? : Dot net architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
What is the cli? Is it the same as the clr?
Difference between type constructor and instance constructor?
Explain the difference between state server and sqlserver : Dot net architecture
Explain .net mobile automatic paging? : Microsoft dot net mobile