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?
Answers were Sorted based on User's Feedback
Answer / frederickson
If we specify mode ="Inproc" session will store in
webserver itself under aspnet_wp.exe
If we specify mode = "Sqlserver" session will store in
sqlserver and it has to be serialized.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / frederickson
we have Inproc server and outproc server
for storing session in different server we have to specify
in the webcofing mode="state" and state mode session to be
srialized. and it stores in aspnet_state.exe
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
What do you mean by a windows process in regards to memory allocation?
What is access modifier in c#?
Why we use extension methods in c#?
How many digits are in an integer?
What is eager and lazy loading in c#?
What is difference between an Structure and Class?
What is the use of ienumerable in c#?
How can you use abstract class and interface?
What is the difference between hashtable and dictionary in c#?
How to find methods of a assembly file (not using ILDASM)?
I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.
What is xml comments in c#?