How can we achieve operation overloading in WCF service?



How can we achieve operation overloading in WCF service?..

Answer / Vineeta Singh

In WCF, operation overloading is not directly supported. However, you can achieve the same functionality by using different method names for each operation, or by creating multiple interfaces and implementing them in a single service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are the advantages of hosting wcf services in iis as compared to self hosting?

1 Answers  


What is the usage of datacontracts in wcf?

1 Answers  


What is the "address" property of endpoint in wcf?

1 Answers  


What is wcf api?

1 Answers  


What is wcf federated ws binding type?

1 Answers  


List out the difference between XMLSerializer and the DataContractSerializer?

1 Answers  


What is the use of the was(windows activation service) compared to other hosting?

1 Answers  


What are the transport schemas does WCF supports?

1 Answers  


What are the various ways of hosting a wcf service?

1 Answers  


List some of the different ways of hosting?

1 Answers  


what is the difference between ASMX web services and WCF?

1 Answers  


How many types of various programming approaches used for WCF?

1 Answers   Viscus Infotech,


Categories