Tony -
Excellent summary! It is important to know the differences on these items. For example, many programmers don't realize just how much bandwidth can be consumed by ASP.Net's View State system!
J.Ja
Discussion on:
I use Session ! The amount of data you can store on the ViewState is limited ... You can store a 5Mb dataset but in the ViewState ...
The amount of trully global variables for all users is usually less than 10 ( at least in th projects I have been participating in ...) so ... Aplication ["a_global_variable"] is not as usefull as Session ["a_user_specific_variable"]
The amount of trully global variables for all users is usually less than 10 ( at least in th projects I have been participating in ...) so ... Aplication ["a_global_variable"] is not as usefull as Session ["a_user_specific_variable"]
- Keyboard Shortcuts:
- Prev
- Next
- Toggle









































