0
kicks
Storing Contextual Data in Web and non-Web applications - Joel Varty
Article on storing data in HttpContext.Current.Items for web verses a static variable for non web use. Joel makes use of the [System.Threading.ThreadStaticAttribute] to provide thread safety for multi-threaded applications.