Dependency Injection wcf

Posted by Diego Dias on Stack Overflow See other posts from Stack Overflow or by Diego Dias
Published on 2010-06-09T23:58:23Z Indexed on 2010/06/10 0:02 UTC
Read the original article Hit count: 292

Filed under:
|
|
|
|

I want inject a implementation of my Interface in the WCF but I want initialize my container of Dependency Injection in the Client of the WCF. So I can have a different implementation for each client of the my service.

Help me please.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET