Hi,
I have an application which has arround 50 static variables. what is the best way to make them thread safe because we are planning to run the application on multiple threads. Is using ThreadStatic attribute to all the variables a right approach??
Thanks