Answer:
The three components that a WCF must implement are :-
(1) Service Class = This can be implementated in any dotnet language. It implements one or more methods.
(2) Host Process = A process in which the service will run.
(3) End-Points = One or more end-points are provided that allow the clients to access the service.
Thanks and Regards
Akiii
Source: MSDN | Asked In: Many Interviews |
Alert Moderator