Automatic Format Selection in WCF RESTful service
In .NET framework 4.0, Automatic Format Selection feature is introduced by AutomaticFormatSelectionEnabled property of WebHttpBehavior class. The purpose is to dynamically find out and return the response in appropriate format for a service operation. If the value of this property is set to “true” means using Automatic Format Selection, the response format of the operation… Read More »