Sort: Rank

Can you explain duplex contracts in WCF
Can you explain duplex contracts in WCF? In duplex contracts when client initiates an operation the server service provides a reference call back Uri back to the client. So the client initiates a call using the proxy class and when server finishes its work it notifies the client using the callback c...
2007-11-04, 8173👍, 0💬

What are different bindings supported by WCF
What are different bindings supported by WCF? WCF includes predefined bindings. They cover most of bindings widely needed in day to day application. But just incase you find that you need to define something custom WCF does not stop you. So let’s try to understand what each binding provides. BasicHt...
2007-11-04, 5033👍, 0💬

what is a service contract, operation contract and Data Contract - part 2
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we have marked the structure productdata to be serialized. Figure 15.5:- The Service class As data contract are all about serialization you need to import System.Runtime.Serialization name space. In the ne...
2007-11-04, 7703👍, 0💬

  Sort: Rank