January 2010 Entries

WCF Service Method Overloading

You all may have found this one out even earlier, but I found this out just a few days before. A WCF Service doe not allow normal method overloading , which is supported by .NET. It throws InvalidOPerationException. As for the reasons to why this happens is becasue WSDL is not a object orinted language and does not support these features of OOP. However overloading can be performed in WCF service in a roundabout way. [ServiceContract] interface ICalculator { [OperationContract(Name="Ad...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I Am Back

Could post for a long time becuase of some personal problems... Sorry for that ..... Hoping to make some new posts pretty soon
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati