Can We use SqlCacheDependency with a product not containing ASP.net part?

Posted by sahil garg on Stack Overflow See other posts from Stack Overflow or by sahil garg
Published on 2010-04-19T13:21:45Z Indexed on 2010/04/19 13:23 UTC
Read the original article Hit count: 433

Filed under:
|

Is SQLCacheDependency used in context of ASP.net or can it be used for a project of .net only. Rather tahn using ASP.net i am receiving request by listening on a port.I want to store data for my session in cache.If this data is fetched from database then i want it to be updated using something like SQLCacheDependency.Can I configure it for my use or is it restricted for use with asp.net cache.

© Stack Overflow or respective owner

Related posts about sqlcachedependency

Related posts about .NET