WCF Inversion of Control “Service Constructor” and better Unit Testing!

by David Kiff 28. August 2009 15:40

When creating a WCF service that is hosted in IIS using the .svc file, you need to specify the Service attribute in the directive.  The value of this service attribute is the fully qualified type name of service file (the one that contains the implementation of the service).  More...

Tags: , ,

WCF