3
shouts

Data Caching in ASP.Net

posted by rajiivrajiiv 280 days, 7 hours, 5 minutes ago
Friday, June 12, 2009 7:05:06 AM GMT

Caching of data can dramatically improve the performance of an application by reducing database contention and round-trips. Simply data caching store the required data in cache so that web server did not send request to DB server every time for each and every request which increase the web site performance. For data caching we need to cached those data which is accessible to all or which is very common data. The data cache is a full-featured cache engine that enables you to store and retrieve data betwee...

category: ASP.NET | clicked: 53 | | source: 24x7aspnet.blogspot.com | show counter code
tags: .NET, Ajax, ASP.NET Dynamic Data, C#, Cache, CSS, Data Caching, Database, Linq, MVC, SQL Server, VB.NET, WCF, WPF, XML

No comments yet, be the first one to post comment.

To post your comment please login or signup