Thursday 22 August 2013

Different types of Caching in ASP.NET



ASP.NET supports three types of caching for Web-based applications:

  1. Page Level Caching (called Output Caching)
  2. Page Fragment Caching (often called Partial-Page Output Caching)
  3. Programmatic or Data Caching

No comments:

Post a Comment