few more details :
I am creating organisation service objects and trying to use different levels of DLLs in project.
1. static variables we cant add as its not thread safe. ( I have tried this approach and got some error)
2. WCF application its a ConcurrencyMode = ConcurrencyMode.Multiple, InstanceContextMode = InstanceContextMode.PerCall means multiple threads can access the WCF service.
*This post is locked for comments
I have the same question (0)