difference between caching objects in session objects?
Answer Posted / dhananjeyan
1. Sessions may not improve performance whereas Cache will
improve site performance.
2. Sessions may change from user to user whereas a single
Cache will be maintained for the entire application.
3. Cache wont maintain any state, whereas Sessions will
maintain separate state for every user.
I hope it would help.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
A web service can only be written in .net? State whether true or false.
What is __ requestverificationtoken?
How is application management and maintenance improved in asp.net 2.0?
explain code with multi inhertance
What is the difference between a candidate key and primary key?
Write a code snippet to implement the indentation in json in web api.
Why is asp.net so popular?
How to prepare culture-specific formatting in .net.
Explain in what order a destructors is called.
What are the disadvantages of using session?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Explain the features that make asp.net more used framework? : asp.net mvc
What is asp net objects?
What are the advantages of asp.net?