Frequently Asked Interview Questions

How can you implement Data caching?

How can you implement Data caching?

We can store objects in memory and use them across various pages in our application. This feature is implemented using the Cache class.


Cache["name"]=“XXXXXX"; --> string value can be inserted into the cache.


Caching FAQSASP.NET Caching Article


Most Visited Pages

Home | Site Index | Contact Us