Select from following answers:- ServiceContract and OperationContract attributes are used for defining WCF service.
- Supports various protocols like HTTP,HTTPS,TCP,Named Pipes and MSMQ.
- Supports DataContract serializer by using System.Runtime.Serialization.
- Supports multi-threading by using ServiceBehaviour class.
- All Above
Above all statements are correct about WCF.As it supports HTTP,TCP,Named Pipes and so on.and also it has OperationContract attribute to create Interface and DataContract attribute to
create Classes in WCF.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator