Operator overloading in WCF
-
Dear all, What is operator(+,-,/,*) overloaing in WCF. Please guide me. Thanks, Srinivas Mateti
What does operator overloading have to do with WCF?
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Dear all, What is operator(+,-,/,*) overloaing in WCF. Please guide me. Thanks, Srinivas Mateti
Your question does not make sense. Perhaps you mean overloaded methods in WCF?
Visual Studio is an excellent GUIIDE.
-
Your question does not make sense. Perhaps you mean overloaded methods in WCF?
Visual Studio is an excellent GUIIDE.
Recently in one interview I faced this question.I know about operation overloading in WCF...but they were asking about operator overloading.... One more thing ..when I overload a operation in WCF I will use name parameter of Operation contract is there any other way... Another interview question is what is the other way to achieve operation overloading in WCF.... Thanks, Srinivas Mateti
-
Dear all, What is operator(+,-,/,*) overloaing in WCF. Please guide me. Thanks, Srinivas Mateti
AFAIK, this has nothing to do with WCF. It should work the same way as in any other kind of .Net application. Are you sure you heard the question correct and it was not Operation Contract overloading?
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
-
AFAIK, this has nothing to do with WCF. It should work the same way as in any other kind of .Net application. Are you sure you heard the question correct and it was not Operation Contract overloading?
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
-
Yeah.Ok Thanks for answer.... So what could be the answer for Diff way of achieving operation overloading in WCF...One I said is using opration overloading name parameter..is there any other way,like using new keyword....? Thanks, Srinivas Mateti
None AFAIK. Although you can avoid different names for overloaded contracts by manually editing the method names in the proxy class (provided you are using one).
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!