Question - Which styles of models are supported in WCF?
Answer -
WCF service supports 2 styles of models:
RPC style: In RPC style we can use the serialize types and it provides the feature that is available for local calls.
Message style: In message style WCF allows the message header to be customized and it also allows us to define the security for body and header messages.