adspace


What are the essential components used in wcf?

Answer Posted / Praveen Sharma

"The essential components used in WCF include: 1) Service Contract (defines service operations), 2) Data Contract (defines data structures exchanged between client and service), 3) Service Host (manages lifetime of the service), 4) Service Behaviors (custom behaviors for the service), 5) Client Proxy (represents a service to the client), 6) Channel Stack (responsible for communication)."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906