Caching in ASP.NET (Part II)


Server Intellect Web Hosting Solutions


Caching in ASP.NET (Part II)

Author: Joydip Kanjilal

Caching is an essential feature of ASP.NET that reduces latency and the network traffic by storing frequently used data and pages in the Cache for quick retrieval later; hence greatly boosting the application’s performance. This article presents Data Caching, a feature of ASP.NET that allows you to store your data in the cache memory for faster retrieval. It also discusses the Cache API and the Cache expiration strategies and throws light on the related newly added features in ASP.NET 2.0 Caching.










More Tutorials

Also See:

NUnit Testing Tools
HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0
Build a SQL-based self-caching dynamic RSS 2.0 Feed Generator ASHX
Book Review: Microsoft Reporting Services in Action
DataGrid Template Columns creation in Runtime (using C#) and DataBinding
Application level data caching with callbacks
Working with the Wizard Control in ASP.Net 2.0
Review: The Visual Basic .NET Programming Language
Speed Optimization with page and server controls, web application settings and coding practices
Creating New Modules In The CSK



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials