On GameSpot: In space no one can hear you dismember
1 Resources for

coolmanohar@...

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Caching
How to remove a cache variable on application close in asp.netExplicit removal on an object from cache example below:public void Application_OnStart{System.IO.StreamReader sr =new System.IO.StreamReader("pi.txt");string pi = sr.ReadToEnd;Context.Cache.Add("pi", pi, null,Cache.NoAbsoluteExpiration,new TimeSpan(0, 5, 0),CacheItemPriorityDecay.Never,new CacheItemReomovedCallback(this.OnRemove));}public void OnRemove(string key, object val, CacheItemRemovedReason r){// respond to cache removal here}Setting an absolute expiration for a...
Tags: coolmanohar@...
Q&A 2004-12-21
  • << Previous
  • page 1 of 1
  • Next >>


Troubleshooting Patch Cables Power Checklist
Call them what you want: patch, Ethernet, category 5, or even cat 5e cables. Regardless of the moniker, Ethernet patch cables perform the bulk of the ...
Buy Now
Microsoft Outlook Basics
This ready-to-deliver presentation will help you introduce your team to Microsoft Outlook -- even if you don't consider yourself a public speaker. It ...
Buy Now

Cracking Open Apple Tech