Memcached for C# - A Walkthrough(deanhume.com)

submitted by deanomachinodeanomachino(764) 7 months, 28 days ago

A while ago I wrote about Object caching in .NET 4. I think that the Object Caching in .NET 4 is a great tool to use for caching and literally takes minutes to get up and running. However, one of the downsides of using the System.Runtime.Caching in .NET 4 is that every time your application pool recycles in IIS, you lose the objects in cache. The same happens if you make a change to your web.config or redeploy your application.

1 comment |category: |Views: 315

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 dpetersondpeterson(4397) 7 months, 28 days ago 0

Thanks for the quick walkthrough, could you expand on why you chose EnyimMemcached as opposed to the myriad of other libraries for Memcached out there? I've thought about adding Memcached to my applications before but never got further than trying to figure out which library to use.

Reply

information Login or create an account to comment on this story