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 |
One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?
what is CLR?
Features of a dataset ?
Which data type does the rangevalidator control support?
What is a gridview in asp.net?
Differentiate between a page theme and a global theme?
What is directive in asp net?
What is Dynamic Web and discuss its usage with the help of real life examples?
Why does my asp.net file have multiple tag with runat=server?
what is meant by sitemapnode ?
Types of objects in ASP ?
How to display validation messages in one control?