Community

ASP.NET Caching: Techniques and Best Practices

(Steven A. Smith) ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases.

Read More - Register for Free Membership