ASP.NET - How to Handle Relational Data in a Distributed Cache

Mon, 02 Jul 2012 10:00:00 GMT

Iqbal Khan discusses how developers handle data relationships while caching data, and shows through source code examples how those relationships can be mapped. The net effect is that the application doesn’t have to keep track of those relationships in the cache. Rather, the cache is aware of them and handles them correctly.

Read article

Interoperability - Runtime Data Sharing Through an Enterprise Distributed Cache

Fri, 01 Oct 2010 10:00:00 GMT

Learn how an enterprise distributed cache can help .NET and Java apps share data at run time, providing high performance and scalability.

Read article

SOA Tips - Address Scalability Bottlenecks with Distributed Caching

Mon, 07 Jun 2010 10:00:00 GMT

SOA makes application scalability easier, but getting the best performance out of your SOA means paying close attention to the details. We’ll give you some tips for coding your app more effectively and using distributed caching to remove data access bottlenecks.

Read article

Scale Out - Distributed Caching On The Path To Scalability

Thu, 18 Jun 2009 10:00:00 GMT

Developers frequently face issues related to scalability bottlenecks when they have applications that need to handle a lot of load. This article describes the role of a distributed cache in building scalable applications.

Read article