All Tags » Context (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • ASP.Net Context.Cache

    Here's some code to set a cache variable in the global.asax. http://www.developer.com/net/net/article.php/1477771 static Cache _cache = null; protected void Application_Start(object sender, EventArgs e) { _cache = Context.Cache; _cache.Insert("UserCount", BusinessObjects.ActiveUserCounter...
    Posted to ASP.NET (Forum) by Pat on 09-26-2008
Page 1 of 1 (1 items)
Forums to discuss Microsoft ASP.Net Development and SQL
Powered by Community Server (Non-Commercial Edition), by Telligent Systems