Google Search

Google
 

Thursday, June 5, 2008

The different mechanisms to persist data between user requests in ASP.NET are:

  • Application
  • Cookies
  • Form Post / Hidden Form Field
  • QueryString
  • Session
  • Cache
  • Context
  • View State
  • Control State
  • Web.config and Machine.config Files
  • Profile

No comments: