Which styles of models are supported in wcf?



Which styles of models are supported in wcf?..

Answer / Irshad Ahmad

"WCF supports two styles of models: RPC (Remote Procedure Call) and Document (also known as Messaging). RPC style represents a method call on the service as a function call, while Document style represents data as self-contained messages. The ServiceContract attribute is used to specify the communication style.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Different ways to host WCF service?

1 Answers   Indiabulls,


What is message contract in wcf?

1 Answers  


How to define a service as rest based service in wcf?

1 Answers  


What are the requirements for hosting a wcf service?

1 Answers  


WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?

1 Answers  


What tool client can use to generate the proxy of WCF?

1 Answers  


What are the transport schemas supported by wcf?

1 Answers  


List the various protocols utilized in the messaging layer in wcf?

1 Answers  


Name the namespace that is used to access WCF service?

1 Answers  


explain wcf basic binding type? : Wcf data services

1 Answers  


Explain the various message exchange patterns?

1 Answers  


How to do authentication in wcf?

1 Answers  


Categories