Improving Performance by Using ASP.NET Caching - Output Cache(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 8 months ago

The post describe how to use the output cache mechanism of the ASP.NET.

1 comment |category: |Views: 14

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by wesswess(70) 2 years, 1 month ago 0

I am a big fan of cache as it has eased a huge amount of pressure from the developers. However one should remember that there are few limitations of using ASP.NET cache. For example ASP.NET apps frequently run in web farms for scalability reasons. A stand-alone cache is unaware of multiple servers and cache instances and is not synchronized. This leads to data integrity problems and due to its standalone nature it may also give scalability problems as well. Here is a good read about the limitations of ASP.NET along with the solution.

http://www.alachisoft.com/ncache/asp-net-cache.html

Reply

information Login or create an account to comment on this story