Community

Control data caching in .NET with the Caching API

(Tony Patton) Caching frequently accessed or expensive data in memory boosts application performance by reducing the number of database calls to retrieve the data. ASP.NET provides two basic caching techniques: page (Page Output and Page Fragment) and programmatic caching. In my previous article, I

Read More - Register for Free Membership