Hi ,
I have 5 WCF services. Based on condition I want to use one WCF service. I want to decouple WCF from Windows service.
I dont want to write the following code.
If(A=1)
Service1 = new service
If(A=2)
Service1 = new service
Any suggestions or links would be great.
Thanks