Have you ever wanted to do something like this . // Define a service contract. [ ServiceContract (Namespace= "http://Microsoft.ServiceModel.Samples" )] public interface ICalculator { [ OperationContract ] [ PerfOperationBehavior ] double Add( double n1,
Read More...