in the process of creating a WCF service I ran into a term that\'s new to me. Basically when specifying the InstanceContextMode
I have a few options, including;
InstanceContextMode.Single
corresponds to a singleton service i.e. the service instance server side is the same for all the incoming requests.
A few comments: