Archive for August 27th, 2011


If the performance of a .NET application is effected during the peak load times, it is the end users who will be effected ultimately. This is the reason why distributed caching has become a hot cake for the .NET developers. it not only boost the performance of the application during peak load times, but it also provides scalability and reliability. There are numbers of third party distributed cache provider are available which are doing very good job, NCache and App Fabric being the two most famous ones.

NCache Features that App Fabric does not have

Below is a list of features which make NCache the premier distributed cache provider. Continue reading “NCache Features that App Fabric does not have” »

NCache Distributed In-memory Object Cache

Introduction

In my last post I discussed how you can setup Windows AppFabric Caching and use it from ASP.NET MVC.

AppFabric isn’t the only tool out there that provides you with a distributed in-memory object cache. NCache from Alachisoft is another excellent product which can solve your caching issues.

Let’s see it in action…

 

Table Of Contents

Installation

Lets first install NCache. At the time of writing, version 3.8 had just been launched. You can download the professional or enterprise edition on the following page: Continue reading “NCache Distributed In-memory Object Cache” »

Windows Server AppFabric Caching

Introduction

For those of you who haven’t heard about AppFabric yet, check out the Windows Server AppFabric Learning Center on MSDN. The first version is out now and can be downloaded here.

One key functionality of AppFabric that caught my attention was its caching feature also known as Velocity (Project Code Name). To quote MSDN:

For Web applications, AppFabric provides caching capabilities to provide high-speed access, scale, and high availability to application data.

Sounds interesting, especially as I am building a web application which is going to be hosted in a web farm. Instead of using ASP.NET’s built-in caching option, which is tied to a single AppDomain and thus one web server, I can opt to use a cache powered by AppFabric which is shared across web servers.

Let’s see it in action…

 

Table Of Contents

Installation

Lets first install AppFabric. Download the most appropriate Windows Server AppFabric version for you on the following page: Continue reading “Windows Server AppFabric Caching” »

Powered by WordPress | Theme: by 85ideas. Editor by Khoanguyen