Discussion on:

2
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
Contributr
Good summary!
Justin James 31st Oct 2008
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
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"]
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.