Using .NET, how and why to use the memcached (http://sourceforge.net/projects/memcacheddotnet/) may

Posted by fredzvt on Stack Overflow See other posts from Stack Overflow or by fredzvt
Published on 2010-03-30T13:38:55Z Indexed on 2010/03/30 13:43 UTC
Read the original article Hit count: 338

Filed under:
|

I hear much talk about memcached, but when briefly studied on it, I couldn't understand what advantages I can take instead of using the good old Dictionary to cache my data in my applications.

Can someone explain me?

© Stack Overflow or respective owner

Related posts about memcached

Related posts about .NET