Help me to find a better approach-Design Pattern
Posted
by DJay
on Stack Overflow
See other posts from Stack Overflow
or by DJay
Published on 2010-06-18T09:26:44Z
Indexed on
2010/06/18
9:33 UTC
Read the original article
Hit count: 210
I am working on an ASP.Net web application in which several WCF services are being used. At client level, I am creating channel factory mechanism to invoke service operations. Right now, I have created an assembly having classes used for channel factory creation code for every service. As per my assumption this is some sort of facade pattern. Please help me to find a better approach or any design pattern, which I can use here.
© Stack Overflow or respective owner