I have a misconception about WCF services (I think)
Can you have just one instance of the WCF service that all calls would go too? It seems I am limited to having to create instances of WCF class every time I need to call it.
If I can, do I have to make it static somehow?
I have a misconception about WCF services (I think) Can you have just one
Share
What you wanna do is to make a wcf services singleton.
Check this article.