I'm looking at WCF documentation in the MSDN (http://msdn.microsoft.com/en-us/library/bb332338.aspx), and have come across this wee piece of config:
<endpoint name="basicHttpBinding"
address=""
binding="basicHttpBinding"
contract="QuickReturns.StockTrading.ExchangeService.?
Contracts.ITradeService"/>
Can anyone tell me if the question mark is related to WCF, or if it's XML attribute line continuation? I haven't found the answer yet.