.NET news » Search results
Search results for query "caching" (23):
ASP.NET: How to Handle Relational Data in a Distributed Cache
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.
2012-07-01 18:00:00 Source: ASP.NET: How to Handle Relational Data in a Distributed...
Tags: ASP.NET
Step by Step to discuss Application Library Caching in Silverlight 4
Sometime your Silverlight application becomes too larger and creates a bigger XAP file. This causes issue while loading your XAP file for the first time as it increases the loading time for downloading the XAp. So, what will you do in this case? There is one answer: split your application in multipl
Package that speeds up loading of JavaScript, CSS and image files
Improves web site performance by combining and minifying JavaScript and CSS files on the fly. Improves image caching and loading. Very easy to add to any ASP.NET web site.
2010-11-06 03:26:00 Source: Package that speeds up loading of JavaScript, CSS and...
Tags: Performance


Syndicate