Tag: Method Overloading
-
Method Overloading in WCF: WCF Interview Series #1
How to do Method Overloading in WCF? Method or Operation overloading is one of the most important feature of OOPS. In programming languages like C, C++ and C#, this feature is heavily used by developers. While writing Service definition you may come across when you need to overload operations. Let us go ahead and write…