Need to have a single instance of a dependency container exist for a WCF service
Posted
by hetalpatel
on Stack Overflow
See other posts from Stack Overflow
or by hetalpatel
Published on 2010-03-19T09:58:00Z
Indexed on
2010/03/19
10:01 UTC
Read the original article
Hit count: 192
wcfservice
|ioc-container
The idea is to use DI container on my service contract implementation to instantiate my Business and Data classes.
The reason I need to do it this way, is that I have one service contract that deals with different client requests. Each client request corresponds to different Business class
© Stack Overflow or respective owner