I saw a lot of documentation on how Agile Asp.Net Request is handled? I want to know, just like with WCF request processing. Can we rely on Thread starting Wcf request processing to complete it?
I support the Wcf application, where ThreadStatic variables are used in many places. Although the code works, is it reliable? Should I change it or should I keep it as it is?
source share