Caching Concepts
- What is application object ?
- What’s the difference between Cache object and application object ?
- How can get access to cache object ?
- What are dependencies in cache and types of dependencies ?
- Can you show a simple code showing file dependency in cache ?
- What is Cache Callback in Cache ?
- What is scavenging ?
- What are different types of caching using cache object of ASP.NET?
- How can you cache different version of same page using ASP.NET cache object ?
- How will implement Page Fragment Caching ?
- What are ASP.NET session and compare ASP.NET session with classic ASP session variables?
- Which various modes of storing ASP.NET session ?
- Is Session_End event supported in all session modes ?
- What are the precautions you will take in order that StateServer Mode work properly ?
- What are the precautions you will take in order that SQLSERVER Mode work properly ?
- Where do you specify session state mode in ASP.NET ?
- What are the other ways you can maintain state ?
- What are benefits and Limitation of using Hidden fields ?
- What is ViewState ?
- Do performance vary for viewstate according to User controls ?
- What are benefits and Limitation of using Viewstate for state management?
- How an you use Hidden frames to cache client data ?
- What are benefits and Limitation of using Hidden frames?
- What are benefits and Limitation of using Cookies?
- What is Query String and What are benefits and Limitation of using Query Strings?
No comments:
Post a Comment