difference between caching objects in session objects?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shaily
session object creates for each user indivisually but 1
cach object for one application.
Is This Answer Correct ? | 8 Yes | 2 No |
Features and disadvantages of dataset ?
4 Answers Interlink, Microsoft,
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is the difference between mvc and asp.net? : Asp.Net MVC
What are the action filters available in asp.net mvc
Describe session handling in a webfarm, how does it work and what are the limits?
Is asp.net a language?
What is DataGrid wheater its a Server Control or something else ?
For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?
What are session variables?
How can we inherit a static member?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Explain the advantages of passport authentication.