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
One of the simplest but most effective methods to improve performance in web applications is to cache images on the client.
Provides a simple architecture that allows fast and easy access to cached methods.
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
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
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
The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory.
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
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.
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.
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.
A CACHING technique for data that changes in a strict cycle
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.
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?
A discussion on caching in ASP.NET 2.0
A tip on partial page caching & consuming and diaplying RSS XML feeds via XSL
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.
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.
An article on data caching features of ASP.NET.
22 Feb 2004
Smitha Vijayan
An overview of caching in ASP.NET.
OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
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