How do I add another return format to WCF data services?
        Posted  
        
            by keithwarren7
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by keithwarren7
        
        
        
        Published on 2010-06-09T04:10:44Z
        Indexed on 
            2010/06/09
            4:12 UTC
        
        
        Read the original article
        Hit count: 417
        
Out of the box WCF Data Services (aka ADO.NET Data Services aka Astoria) supports OData as a return format (xml really, but this is the structure it uses) and JSON. How do I introduce another return format?
© Stack Overflow or respective owner