ThreadStaticAttribute class gives us a very neat (and lazy) method for creating thread level static fields. Any static field marked with ThreadStatic attribute will be unique for each thread accessing it. public class ThreadStaticSample { [ThreadStatic
Read More...
Read the complete post at http://dario.blog.viadis.hr/2006/10/advanced-programming-threadstatic.html