.NET Cache Interview Question

· 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?
· Can you compare classic ASP with ASP.NET sessions ?
· Which different modes of storing ASP.NET session?
· 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?
· 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?
· Does the performance for viewstate vary according to User controls?
· What are benefits and Limitation of using Viewstate for state management?
· How can you use Hidden frames to cache client data?
· What are benefits and limitations of using Hidden frames?
· What are benefits and limitations of using Cookies?
· 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?
· Explain ViewState?
· What is Query String and what are benefits and limitations of using Query Strings?

No comments:

Post a Comment