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 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
by S. M. Ahasan Habib
In this article, I tried to explain step by step, how Nhibernate second level caching can be implemented

Research Library

75% of the Fortune 1000 companies will offer public APIs by 2014 and...
To assess how small and medium-sized businesses are focusing on growth...
Due to recent innovations in the mobile device industry, demand for...
At the Enterprise level, API initiatives must serve a diverse range of...

Discussions

by Dewey on article "Distributed caching using Redis...
by Dewey on article "Distributed caching using Redis...
by itamarhaber on article "Distributed caching using Redis...
by Rahul VB on Article "Caching Images in ASP.NET"
by Kornfeld Eliyahu Peter on tip/trick "Gzip or Deflate Compression"

All Articles

    Sort by Updated

    General 

    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.
    4 Mar 2014  
    Shivprasad koirala
    Caching Interview Questions Part 2
    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.
    22 Jan 2013  
    Paolo Costa
    Provides a simple architecture that allows fast and easy access to cached methods.
    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.
    3 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
    26 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.
    4 Oct 2004  
    jqd2001
    Enable caching dependencies among user controls.
    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.
    30 May 2004  
    Ansil
    An article on data caching features of ASP.NET.
    22 Feb 2004  
    Smitha Vijayan
    An overview of caching in ASP.NET.
    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.
    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

    Advertise | Privacy | Mobile
    Web02 | 2.8.140510.1 | Last Updated 14 May 2014
    Copyright © CodeProject, 1999-2014
    All Rights Reserved. Terms of Use
    Layout: fixed | fluid