Simple caching mechanism in ASP.NET

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-03-08T17:57:30Z Indexed on 2010/03/08 18:06 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

I had asked a question on how to implement real time updates in ASP.NET and received a very explanatory and a helpful answer from "jdk" at:

http://stackoverflow.com/questions/2347771/how-to-implement-real-time-updates-in-asp-net

I understand that memcached or .net caching application block can be used as the caching layer. Currently, I am looking for a very simple mechanism to implement this and do not have the resources for using memcached or the caching application block.

Can someone suggest a solution?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET