how would you manage data if u were not to use sessions or
cookies ?
Answers were Sorted based on User's Feedback
Answer / pradeep kumar mishra
By Using the query string
for eg:
Request.QueryString("")
| Is This Answer Correct ? | 4 Yes | 0 No |
What are bindings?
Explain cache? : Dot net architecture
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
Explain the difference between state server and sqlserver : Dot net architecture
What is the difference between machine config vs. Web config : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
what are login controls?
How do we do authentications using atlas?
Explain difference between state server and sqlserver? : .NET Architecture
How to delete the duplicate records from table(having bulk records)?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
what is stage management ? (ASP.NET)