General | top |
Title/ Updated | Author | Score | |
MyCache: Distributed caching engine for an ASP.NET web farm - Part II: The internal details Updated:27 Dec 2010 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. C#, Windows, .NET, ASP.NET, Architect, Dev, Web | Al-Farooque Shubho | 4.96 | |
State management and ways to handle Cache in a Web Farm/Web Garden scenario Updated:13 Apr 2011 This article gives a brief idea about state management and discusses the variuos approcahes for handling it in a Web Farm/Web Garden scenario. C#, .NET, ASP.NET, IIS, WebForms, Architect, Dev | Brij | 4.92 | |
A Simple Way to Cache Objects and Collections for Greater Performance and Scalability Updated:11 Jun 2011 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 C# (C#3.0, C#4.0), .NET (.NET3.5), ASP.NET, LINQ, Architect, Dev | Omar Al Zabir | 4.89 | |
Exploring Caching in ASP.NET Updated:4 Oct 2008 This article describes details of caching in ASP.NET. C#, ASP.NET, Dev | Abhijit ana | 4.88 | |
Exploring Caching: Using Caching Application Enterprise Library 4.1 Updated:10 Jan 2010 This article describes the use of Caching Application Block - Enterprise Library 4.1. .NET2.0, .NET3.0, .NET3.5, ASP.NET, VS2008, VS2010, Dev, .NET4 | Abhijit ana | 4.82 | |
Ten Caching Mistakes that Break your App Updated:11 Jun 2011 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. C#, .NET, ASP.NET, WCF, WinForms, WebForms, AppFabric, Azure, Architect, Dev | Omar Al Zabir | 4.81 | |
Caching in ASP.NET Updated:21 Feb 2004 An overview of caching in ASP.NET. C#, .NET1.0, .NET1.1, WinXP, ASP.NET, VS.NET2003, Dev | Smitha Vijayan | 4.78 | |
MyCache: Distributed caching engine for an ASP.NET web farm - Part I: The demonstration Updated:14 Dec 2010 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. C#, XML, Windows, .NET, ASP.NET, Architect, Dev | Al-Farooque Shubho | 4.78 | |
Pfz.Caching - ViewIds instead of ViewStates Updated:10 May 2010 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 C# (C#3.0), .NET (.NET3.5), WebForms, Architect, Dev | Paulo Zemek | 4.53 | |
Cache Management in ASP.NET Updated:28 Oct 2005 This article describes how cache management is done in ASP.NET and what are different options available in ASP.NET. C#, Windows, .NET, ASP.NET, Visual-Studio, Dev | Shubhabrata Mohanty | 4.53 | |
Caching in .NET -Unedited Updated:13 Jan 2010 The reason for this blog is that we are starting to look at ways we can speed up the application we use at work. One of the ideas we came up with is Caching.So I thought I would do some research into the types of caching in NET and how it is used. C++, Windows | stephen.vaubell | 4.50 | |
Data Caching Updated:2 Nov 2008 Unified algorithm for caching data retrieved from a backend repository. C# (C#2.0), .NET, ASP.NET, Dev | Dmitry Zubrilin | 4.43 | |
ASP.NET Page Output Cache Updated:30 Dec 2009 How to use the ASP.NET output cache. C#, .NET, ASP.NET, Dev | All-In-One Code Framework | 4.43 | |
How to Create a Simple Enterprise Library Cache Manager Provider for Velocity Updated:31 Jul 2010 The article shows how to create a simple Velocity cache manager provider using the Application Block Software Factory. C#, .NET, AppFabric, .NET4 | Gil Fink | 4.40 | |
Advance Caching with Shared Cache Updated:12 Feb 2009 This article describes how to implement advance level caching with SharedCache. C#2.0, .NET2.0, ASP.NET, WebForms, Dev | dnpro | 4.33 | |
ASP.NET Caching Dependencies Updated:28 Jul 2006 A discussion on caching in ASP.NET 2.0 C#, Windows, .NET2.0, ASP.NET, VS2005, Dev | azamsharp | 4.23 | |
Implementing Distributed Caching using Memcached Updated:26 Jul 2010 This article describes the implementation of distributed caching using Memcached, Including Memcached server Installation on Linux and Windows and using it in .NET. C#, Windows, .NET, Linux, WinForms, WebForms, Architect, Dev, web-cache | Fayaz Soomro | 4.10 | |
Unit Testing ASP.NET Data Caching Updated:9 Nov 2008 A class for unit testing ASP.NET data caching when using SQL Server. C#, .NET3.5, ASP.NET, Dev, QA | Joel Abrahamsson | 4.08 | |
A single line acces generic ASP.NET cache manager Updated:16 Feb 2010 Provides a simple architecture that allows fast and easy access to cached methods. C#, .NET3.5, ASP.NET, Dev | Paolo Costa | 4.07 | |
Saving DB Access in Online Market Updated:26 Jun 2008 A CACHING technique for data that changes in a strict cycle C#, Javascript, HTML, ASP, ASP.NET, Ajax | jangtimjang | 4.00 | |
Application Design for Cross Cutting Concerns (like Caching, Logging etc..) using DI Framework Updated:27 Sep 2010 Ability to plugin the application's cross cutting concerns using Dependency Injection framework C#, .NET, ASP.NET, Dev, C#3.5 | corol1234 | 4.00 | |
SqlDependency based caching of LINQ Queries -Unedited Updated:31 Dec 2010 Query Notifications is the SQL Server feature that allows a client to subscribe to notifications that are sent when data in the database changes irrelevant of how that change occurs. I have talked before about how Query Notifications works in the article The Mysterious Notification. This feature was C++, Windows, EF | rusanu | 4.00 | |
OmniSearch (Google Caching Engine) Updated:10 Feb 2003 OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches. C#, .NET1.0, Win2K, WinXP, ASP.NET, Dev | Nick Berardi | 3.85 | |
Rock the Cache Bar, Rock the Cache Bar -Unedited Updated:2 Apr 2009 It's possible you may develop dozens of web sites without ever doing any data caching. However, if you are trying to increase performance, data caching can be a key tool. The Asp.Net Cache object is remarkably easy to use, but it has many settings which makes it extremely powerful. The only way to C#, Windows, .NET, ASP.NET, MFC | Steve Wellens | 3.75 | |
Domain Objects Caching Pattern for .NET Updated:25 Apr 2006 Caching greatly improves application performance because it reduces expensive trips to the database. C#, Windows, .NET, ASP.NET, Visual-Studio, Dev | Iqbal M Khan | 3.75 | |
Correlated Caching for ASP.NET User Controls Updated:3 Oct 2004 Enable caching dependencies among user controls. C#, Windows, .NET1.1, ASP.NET, IIS, VS.NET2003, Dev | jqd2001 | 3.69 | |
ASP.NET MVC Result Cache Updated:17 Feb 2009 Cache the ActionResult using an ActionFilter C#, .NET3.5, ASP.NET, Architect, Dev | Jorge Bay Gondra | 3.67 | |
Memcached (Distributed Cache) ASP.NET Provider Updated:31 Dec 2007 Provider for using Memcached in a web farm. C#, Windows, .NET2.0, ASP.NET, Visual-Studio, Dev | Fahad Azeem | 3.54 | |
Partial Page Caching - consuming and displaying RSS XML feeds via XSL Updated:28 Jul 2006 A tip on partial page caching & consuming and diaplying RSS XML feeds via XSL Windows, .NET, ASP.NET, Visual-Studio, Dev | Ken Kilar | 3.50 | |
ASP.NET Caching Updated:11 Dec 2007 In this article, I would like to share my experience and knowledge about ASP.NET Caching and how it can improve your website performance. VB6, C# (C#1.0, C#2.0, C#3.0), VB (VB7.x, VB8.0, VB9.0), Windows (Win2K, WinXP, Win2003, Vista, TabletPC, Embedded), ASP.NET, Dev | James Sullivan | 3.44 | |
Use .NET's BackgroundWorker to Keep ASP.NET Cache in Sync with a SQL Server Database Updated:3 Apr 2009 How to use .NET's BackgroundWorker to keep the ASP.NET cache in sync with a SQL Server database. C#, SQL, .NET, ASP.NET, SQL-Server, Dev | Rusty Speidel | 3.18 | |
Advanced Data Caching features in ASP.NET Updated:29 May 2004 An article on data caching features of ASP.NET. .NET, Win2K, WinXP, Win2003, ASP.NET, Visual-Studio, Dev | Ansil | 3.03 | |
Caching in DataGrid while performing Insert, Edit and Update operations Updated:6 Jan 2003 This article shows how we can use caching while performing insert, edit and update functions in the DataGrid. C++, C#, .NET, Win2K, WinXP, ASP, ASP.NET, Visual-Studio, MFC, WTL, STL, Dev | anandaji | 2.86 | |
Caching in ASP.NET Updated:17 Apr 2002 Demonstrates data caching in ASP.NET VC6, VC7, .NET1.0, Win2K, WinXP, ASP.NET, Visual-Studio, Dev | Joydeep Ghosh | 2.86 | |
Updating Images on Page Updated:5 Aug 2008 This article will show you how to update an image control on a webpage, avoiding caching issues. VB.NET, ASP.NET, Dev | elliotmccardle | 2.75 | |
Caching Interview Questions: Part 1 Updated:21 Aug 2008 Some caching interview questions: Part 1. SQL, C#1.0, C#2.0, C#3.0, .NET, ASP.NET, SQL2000, SQL2005, VS.NET2003, VS2005, SQL-CE, VS2008, Dev | Shivprasadkoirala | 2.39 | |
Generic Cache Manager Updated:2 Feb 2007 A Cache Manager built using Generics and the Microsoft Enterprise Library Cache Application Block. C#2.0, Windows, .NET2.0, ASP.NET, WebForms, VS2005, Dev | DanielBrownAU | 2.00 | |
Expire page output cache for a specific query string parameter Updated:2 Oct 2006 How to invalidate output cached page for a specific parameter? C#, Windows, .NET, ASP.NET, Dev | Vikramaditya S Shekhawat | 1.89 | |
Caching in ASP.NET Updated:16 Sep 2004 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. C#, Windows, .NET1.0, .NET1.1, ASP.NET, Visual-Studio, Dev | Akash Thakural | 1.81 | |
Getting Bit by Caching -Unedited Updated:1 May 2009 Why it is important to be careful when using the Caching feature. Windows, .NET, ASP.NET, Dev | Jonathan Wood | | |
How to Enable Local Cache When Using Velocity (Microsoft Distributed Cache) -Unedited Updated:26 Jul 2010 The tip explains how to enable the local cache feature of Velocity (Microsoft Distributed Cache). AppFabric, Velocity, Cache | Gil Fink | | |
AppFabric Caching Extension -UneditedUpdated:1 Jan 2012 A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features WCF, AppFabric | MadhurimaS | | |