WCF Channel Factory
ChannelFactory can be instantiated on the specific service. One you instantiate the WCF Service Factory you can peer into exposed contract of the WCF Service....
|
WCF Contract First vs WCF Code First
It has been always hot topic among WCF developers. Should WCF developer create contract and then generate object model or object model should come first and Contract attributes applied to it?
...
|