How you will handle session when deploying application in
more than a server? Describe session handling in a webform,
how does it work and what are the limits?
Answer Posted / adrien
You have 3 options.
1. Do not use any session variables.
2. Use a dedicated State Server (or state Server Farm)
3. Use SQL Server for state management
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Define parsing? Explain how to parse a datetime string?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is a sealed class?
What are the characteristics of c#?
What is the difference between yield and return?
What does an indexer do?
What is default constructor in c#?
What is deadly diamond problem?
Can the nested class access, the containing class. Give an example?
Explain attributes in c#?
What is the base class in .net from which all the classes are derived from?
Why do we use interface in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
Define sealed classes in c#?
What is COM Interoperability?