Suppose I have the following WCF services.
UtilityService (service for providing utility functions)
SomeOtherService 1
SomeOtherService 2
SomeOtherService 3
What is the best design for using UtilityService in other services.
All services are displayed on separate endpoints ...
source
share