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.
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
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
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.
One of the simplest but most effective methods to improve performance in web applications is to cache images on the client.
This article describes the implementation of distributed caching using Memcached, Including Memcached server Installation on Linux and Windows and using it in .NET.
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.
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.
A discussion on caching in ASP.NET 2.0
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.
A CACHING technique for data that changes in a strict cycle
A simple method to ensure that new .JS and .CSS files always get downloaded and cached ones never get re-downloaded.
OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
Caching greatly improves application performance because it reduces expensive trips to the database.
Enable caching dependencies among user controls.
17 Feb 2009
Jorge Bay Gondra
Cache the ActionResult using an ActionFilter
Provider for using Memcached in a web farm.
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
How to use .NET's BackgroundWorker to keep the ASP.NET cache in sync with a SQL Server database.
An article on data caching features of ASP.NET.
21 Aug 2008
Shivprasad koirala
Some caching interview questions: Part 1.
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.
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.
A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features.