Frequently Asked Interview Questions

How can you implement Page or Output Caching?

To cache a page's output, we need to specify an @OutputCache directive at the top of the page. The syntax is as shown below:


<%@ OutputCache Duration="5" VaryByParam="None" %>


Caching FAQSASP.NET Caching Article


Most Visited Pages

Home | Site Index | Contact Us