adspace
How can we achieve operation overloading in WCF service?
Answer Posted / 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 View All Answers