AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Caching Techniques in ASP.NET 2.0 : Richard Bean

Wednesday, July 02 2008

Performance is the key requirement of any application. One of important technique which helps in the performance of application is Caching. Caching is the process of storing frequently used data on the server to fulfill subsequent requests. Reusing pages from memory is much faster than re-creating pages every time they are requesting. Caching increases your application's performance, scalability and availability. In ASP.NET, caching is implemented as an HttpModule that listens to all HttpRequests that come through the ASP.NET worker process....



Read More:
Caching Techniques in ASP.NET 2.0 : Richard Bean
Also See:
Querying Data with the SqlDataSource Control : Scott Mitchell
How to implement remote debugging in Visual Studio 2005 : Akshay N. S.
Building TreeView Resultset with SQL Server 2005 : Ameet Phadnis
Selecting CheckBoxes Inside TreeView Control : Azamsharp
Paging Database Results in ASP.NET : Scott Mitchell

Post your comment

Comment