Click here to Skip to main content
11,547,209 members (67,737 online)

Caching

Great Reads

by Dmitry Zubrilin
Unified algorithm for caching data retrieved from a backend repository.
by Hrvoje Batrnek
Easy and seamless caching implementation of any virtual method in any class
by Gerardo Recinto
Virtualization of RAM & Disk for high-speed, low-footprint & scalable data caching
by Alexander Turlov
The Web API framework has a number of support objects that simplify the job.

Latest Articles

by Matt Perdeck
Shows how to improve your ASP.NET MVC web site's performance through far future client side caching of RequireJS modules, while still forcing the browser to refresh its cache the moment you introduce a new version of your modules.
by Jamie Munro
If you haven't noticed already, at times CakePHP can be a little slow loading!  The reason for this is quite simple.  Rapid Application Development.  To allow for RAD, sometimes we must give up something, in this scenario it's a bit of speed when loading.  Don't worry, CakePHP offers some excellent
by Micha C
This is about creating a single page web site using an ASP.NET Web API Service which stores the data via Cache Manager.
by Hrvoje Batrnek
Easy and seamless caching implementation of any virtual method in any class

Research Library

Every developer wants to write good code – code they can be proud of....

Discussions

by KeyStrokes on Article "Ten caching mistakes that breaks your...
by Assil on article "Distributed caching using Redis...
by pankajkrgupta on article "Distributed caching using Redis...
by pc_nsteam on article "Distributed caching using Redis...
by Junell Zenarosa on tip/trick "How to Add JS Version before...

All Articles

    Sort by Updated

    General 

    6 Jun 2015
    Matt Perdeck
    Shows how to improve your ASP.NET MVC web site's performance through far future client side caching of RequireJS modules, while still forcing the browser to refresh its cache the moment you introduce a new version of your modules.
    11 Apr 2015
    Micha C
    This is about creating a single page web site using an ASP.NET Web API Service which stores the data via Cache Manager.
    27 Jan 2015
    Robert Vandenberg Huang
    An introduction about the HTTP 304 cache mechanism.
    6 Oct 2014
    Paolo Costa
    Provides a simple generic base class that allows fast and easy access to cached methods. The class is especially designed for high traffic web sites as it reduces to the minimum the number of concurrent queries to the data source.
    10 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.
    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
    16 Dec 2013
    Rafid K. Abdullah
    Easily support caching in your C# application to improve its performance.
    22 Aug 2013
    Sem.Shekhovtsov
    Setting up Redis server on Windows machine, and accessing it with C# client
    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.
    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.
    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
    3 Jan 2012
    MadhurimaS
    A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features.
    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.
    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
    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.
    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.
    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.
    27 Sep 2010
    RamuSangabathula
    Ability to plugin the application's cross cutting concerns using Dependency Injection framework
    31 Jul 2010
    Gil Fink
    The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory.
    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
    10 Jan 2010
    Abhijit Jana
    This article describes the use of Caching Application Block - Enterprise Library 4.1.
    30 Dec 2009
    All-In-One Code Framework
    How to use the ASP.NET output cache.
    3 Apr 2009
    Rusty Speidel
    How to use .NET's BackgroundWorker to keep the ASP.NET cache in sync with a SQL Server database.
    17 Feb 2009
    Jorge Bay Gondra
    Cache the ActionResult using an ActionFilter
    13 Feb 2009
    Ashutosh Phoujdar
    This article describes how to implement advance level caching with SharedCache.
    9 Nov 2008
    Joel Abrahamsson
    A class for unit testing ASP.NET data caching when using SQL Server.
    2 Nov 2008
    Dmitry Zubrilin
    Unified algorithm for caching data retrieved from a backend repository.
    4 Oct 2008
    Abhijit Jana
    This article describes details of caching in ASP.NET.
    21 Aug 2008
    Shivprasad koirala
    Some caching interview questions: Part 1.
    5 Aug 2008
    elliotmccardle
    This article will show you how to update an image control on a webpage, avoiding caching issues.
    26 Jun 2008
    jangtimjang
    A CACHING technique for data that changes in a strict cycle
    31 Dec 2007
    Fahad Azeem
    Provider for using Memcached in a web farm.
    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.
    3 Feb 2007
    DanielBrownAU
    A Cache Manager built using Generics and the Microsoft Enterprise Library Cache Application Block.
    2 Oct 2006
    Vikramaditya S Shekhawat
    How to invalidate output cached page for a specific parameter?
    28 Jul 2006
    azamsharp
    A discussion on caching in ASP.NET 2.0
    28 Jul 2006
    Ken Kilar
    A tip on partial page caching & consuming and diaplying RSS XML feeds via XSL
    25 Apr 2006
    Iqbal M Khan
    Caching greatly improves application performance because it reduces expensive trips to the database.
    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.
    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.
    21 Feb 2004
    Smitha Vijayan
    An overview of caching in ASP.NET.
    10 Feb 2003
    Nick Berardi
    OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
    6 Jan 2003
    anandaji
    This article shows how we can use caching while performing insert, edit and update functions in the DataGrid.
    17 Apr 2002
    Joydeep Ghosh
    Demonstrates data caching in ASP.NET


    Advertise | Privacy | Mobile
    Web03 | 2.8.150618.2 | Last Updated 22 Jun 2015
    Copyright © CodeProject, 1999-2015
    All Rights Reserved. Terms of Service
    Layout: fixed | fluid