WCF Client - Best Practise
Posted
by
user1663907
on Stack Overflow
See other posts from Stack Overflow
or by user1663907
Published on 2012-09-17T15:35:51Z
Indexed on
2012/09/17
15:37 UTC
Read the original article
Hit count: 157
I just wanted to hear your Opinion about a WCF Client implementation.
I have an Server that provides several services like SecurityManager. This service is defined in the Interface ISecurityManager and implemented in the Class SecurityManager.
So far everything is fine. On the Client side I want to implement the services calls via a seperated Class. My question is whether I do this also in an SecurityManager Class which implements the same ISecurityManager Interface?
What is here the best practise?
Thanks.
© Stack Overflow or respective owner