Will it make any difference if I change the operation contract of methods having no return value by [OperationContract(IsOneWay=true)]
I know the differences between both (OneWay and Response/Request) MEP(Message Excahnge Pattern).
but want to know if I change this will it boost the performance?
Thanks