How to inject dependencies in WCF when the Composition Root is on the client
问题 Before I start I must say that I maybe biting more than I can chew but I am in a desperate learning rampage and I need a lot of help. I am coding an exercise taking the samples from two books: 1. Dependency Injection in .Net by Mark Seemann 2. Professional ASP .Net Design Patterns by Brian Egan and Steve Valenzuela The exercise is implementing the Request/Response messaging pattern using WCF as the service layer AND using Dependency Injection from a Composition Root in the client application.