You are developing a web application that is retrieving historical library information from database server and displays it to the users of your application. What cache strategy will give you the best performance?

Options
- Use the output cache
- Use a cache object
- Use the ASP.NET central cache
- Use the client cache


CORRECT ANSWER : Use a cache object

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement