0. What is application object ?
1. Whats the difference between Cache object and application object ?
2. How can get access to cache object ?
3. What are dependencies in cache and types of dependencies ?
4. Can you show a simple code showing file dependency in cache ?
5. What is Cache Callback in Cache ?
6. What is scavenging ?
7. What are different types of caching using cache object of ASP.NET?
8. How can you cache different version of same page using ASP.NET cache object ?
9. How will implement Page Fragment Caching ?
10. What are ASP.NET session and compare ASP.NET session with classic ASP session variables?
11. Which various modes of storing ASP.NET session ?
12. Is Session_End event supported in all session modes ?
13. What are the precautions you will take in order that StateServer Mode work properly ?
14. What are the precautions you will take in order that SQLSERVER Mode work properly ?
15. Where do you specify session state mode in ASP.NET ?
16. What are the other ways you can maintain state ?
17. What are benefits and Limitation of using Hidden fields ?
18. What is ViewState ?
19. Do performance vary for viewstate according to User controls ?