• What Session State providers are available in ASP.NET?
What are the pros and cons of each?
Answer Posted / kiran
1. InProcSessionStateStore-> which stores session state in memory in the ASP.NET worker process (current server)
2. OutOfProcSessionStateStore-> which stores session state in memory in an external state server process
3. SqlSessionStateStore-> which stores session state in Microsoft SQL Server and Microsoft SQL Server Express databases
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the diffeerence between inline and code behind?
What is page request in asp.net?
How is the asp.net mvc architecture different from others? : asp.net mvc
8. Why do you want to work here?
Explain significance of routing? : asp.net mvc
What does asp.net stand for?
What is localhost in asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Why do we use sessions?
What is the difference between typeof() vs gettype()?
Explain how is a property designated as read-only?
What are session state modes? List some of the important session state modes of asp.net.
What is the difference between client-side and server-side validations in webpages?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the difference between file-based dependency and key-based dependency?