Can someone direct me to a good example of Unity Dependency Injection for WCF services? Any blog or msdn article will also help.
To inject dependencies into WCF services I had to implement a service host factory.
I have found a step-by-step tutorial here.
Basically you have to: