How can we make static variables accessible to only current thread and not to all threads of the application?
Vishal Verma
We can do that by using [ThreadStatic] attribute .This will make them available to one thread