Click here to Skip to main content

Caching

Great Reads

by Dmitry Zubrilin
Unified algorithm for caching data retrieved from a backend repository.
by Rafid K. Abdullah
Easily support caching in your C# application to improve its performance.
by Alexander Turlov
The Web API framework has a number of support objects that simplify the job.
by TechMyTalk
This article explains caching filter and compression filter that are suitable for use with any web application to optimize the number of requests and the response size.

Latest Articles

by sazakir
Using SqlCacheDependency with Web caching
by Manas Kumar Swain
The IndexedDB, a new HTML5 web database which allows HTML5 web application to store data inside a user’s browser. The IndexedDB is more powerful and useful for applications which requires to store a large amount of data on client side or web browser like chrome, IE, firefox etc.
by apphp
Compression is a simple and effective way to save bandwidth and speed up your website.
by Shivprasad koirala
Caching Interview Questions Part 2

Discussions

by mmisztal1980 on article "Distributed caching using Redis...
by Member 4647414 on article "NHibernate second level caching...
by Yoenry on Article "Caching Images in ASP.NET"
by zoherer on ASP.NET Caching Dependencies
by joginder-banger on Article "Exploring Caching in ASP.NET"

All Articles

    Sort by Score

    General 

    2 Nov 2008  
    Dmitry Zubrilin
    Unified algorithm for caching data retrieved from a backend repository.
    16 Dec 2013  
    Rafid K. Abdullah
    Easily support caching in your C# application to improve its performance.
    11 Apr 2014  
    Manas Kumar Swain
    The IndexedDB, a new HTML5 web database which allows HTML5 web application to store data inside a user’s browser. The IndexedDB is more powerful and useful for applications which requires to store a large amount of data on client side or web browser like chrome, IE, firefox etc.
    27 Dec 2010  
    Al-Farooque Shubho
    Internal implementation of MyCache: A distributed caching engine for ASP.NET applications deployed under a load-balanced environment in web farms, which is built on top of WCF and the Microsoft Caching Application Block.
    13 Apr 2011  
    Brij
    This article gives a brief idea about state management and discusses the variuos approcahes for handling it in a Web Farm/Web Garden scenario.
    22 Aug 2013  
    Sem.Shekhovtsov
    Setting up Redis server on Windows machine, and accessing it with C# client
    4 Oct 2008  
    Abhijit Jana
    This article describes details of caching in ASP.NET.
    11 Jun 2011  
    Omar Al Zabir
    Implement caching in your project using AspectF library that saves you from writing plumbing code for dealing with cached objects and collections and learn how to handle stale objects and collections
    11 Jun 2011  
    Omar Al Zabir
    Caching large objects, duplicate objects, caching collections, live objects, thread unsafe caching and other common mistakes break your app instead of making it fly. Learn ten common caching mistakes devs make.
    14 Dec 2010  
    Al-Farooque Shubho
    Demonstration of a distributed caching engine for ASP.NET applications deployed under a load-balanced environment in a web farm, which is built on top of WCF and the Microsoft Caching Application Block.
    21 Dec 2013  
    S. M. Ahasan Habib
    In this article, I tried to explain step by step, how Nhibernate second level caching can be implemented
    10 Jan 2010  
    Abhijit Jana
    This article describes the use of Caching Application Block - Enterprise Library 4.1.
    22 Feb 2004  
    Smitha Vijayan
    An overview of caching in ASP.NET.
    1 Jul 2013  
    Karin Huber
    One of the simplest but most effective methods to improve performance in web applications is to cache images on the client.
    26 Jul 2010  
    Fayaz Soomro
    This article describes the implementation of distributed caching using Memcached, Including Memcached server Installation on Linux and Windows and using it in .NET.
    10 May 2010  
    Paulo Zemek
    Framework for caching data that includes the possibility to store ViewStates in files, reutilizing identical files as an way to avoid too much HD usage
    28 Oct 2005  
    Shubhabrata Mohanty
    This article describes how cache management is done in ASP.NET and what are different options available in ASP.NET.
    7 May 2012  
    Shivprasad koirala
    This is one of the asked ASP.Net Interview Questions during the Interview by the Interviewer.Post cache substitution is used when we want to cache the whole page but also need some dynamic region inside that cached page. Some examples like QuoteoftheDay, RandomPhotos, and AdRotator etc. are examples
    30 Dec 2009  
    All-In-One Code Framework
    How to use the ASP.NET output cache.
    31 Jul 2010  
    Gil Fink
    The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory.
    13 Feb 2009  
    Ashutosh Phoujdar
    This article describes how to implement advance level caching with SharedCache.
    28 Jul 2006  
    azamsharp
    A discussion on caching in ASP.NET 2.0
    22 Jan 2013  
    Paolo Costa
    Provides a simple architecture that allows fast and easy access to cached methods.
    27 Sep 2010  
    RamuSangabathula
    Ability to plugin the application's cross cutting concerns using Dependency Injection framework
    9 Nov 2008  
    Joel Abrahamsson
    A class for unit testing ASP.NET data caching when using SQL Server.
    26 Jun 2008  
    jangtimjang
    A CACHING technique for data that changes in a strict cycle
    16 Jul 2012  
    PRMan!!!
    A simple method to ensure that new .JS and .CSS files always get downloaded and cached ones never get re-downloaded.
    11 Feb 2003  
    Nick Berardi
    OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
    26 Apr 2006  
    Iqbal M Khan
    Caching greatly improves application performance because it reduces expensive trips to the database.
    4 Oct 2004  
    jqd2001
    Enable caching dependencies among user controls.
    17 Feb 2009  
    Jorge Bay Gondra
    Cache the ActionResult using an ActionFilter
    31 Dec 2007  
    Fahad Azeem
    Provider for using Memcached in a web farm.
    28 Jul 2006  
    Ken Kilar
    A tip on partial page caching & consuming and diaplying RSS XML feeds via XSL
    11 Dec 2007  
    James Sullivan
    In this article, I would like to share my experience and knowledge about ASP.NET Caching and how it can improve your website performance.
    4 Mar 2014  
    Shivprasad koirala
    Caching Interview Questions Part 2
    3 Apr 2009  
    Rusty Speidel
    How to use .NET's BackgroundWorker to keep the ASP.NET cache in sync with a SQL Server database.
    30 May 2004  
    Ansil
    An article on data caching features of ASP.NET.
    21 Aug 2008  
    Shivprasad koirala
    Some caching interview questions: Part 1.
    7 Jan 2003  
    anandaji
    This article shows how we can use caching while performing insert, edit and update functions in the DataGrid.
    18 Apr 2002  
    Joydeep Ghosh
    Demonstrates data caching in ASP.NET
    5 Aug 2008  
    elliotmccardle
    This article will show you how to update an image control on a webpage, avoiding caching issues.
    3 Feb 2007  
    DanielBrownAU
    A Cache Manager built using Generics and the Microsoft Enterprise Library Cache Application Block.
    3 Oct 2006  
    Vikramaditya S Shekhawat
    How to invalidate output cached page for a specific parameter?
    17 Sep 2004  
    Akash Thakural
    Page caching in ASP.NET. We can increase performance of the web page using caching, and also reduce server request traffic.The way to improve the throughput is to use caching in web pages.
    3 Jan 2012  
    MadhurimaS
    A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features.

    Advertise | Privacy | Mobile
    Web02 | 2.8.140705.1 | Last Updated 8 Jul 2014
    Copyright © CodeProject, 1999-2014
    All Rights Reserved. Terms of Service
    Layout: fixed | fluid