WCF REST vs. ADO.NET Data Services
        Posted  
        
            by ray247
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ray247
        
        
        
        Published on 2008-12-02T16:44:34Z
        Indexed on 
            2010/03/24
            16:53 UTC
        
        
        Read the original article
        Hit count: 774
        
Hi there,
Could someone compare and contrast on WCF Rest services vs. ADO.NET Data Services? What is the difference and when to use which?
Thanks,
Ray.
Edit: thanks to the first answer, just to give a bit background on what I'm looking to do: I have a web app I plan to put in the cloud (someday), the DAL is built with ADO.NET Entity Framework. And, I need to figure which web service data access technology would best fit my case.
© Stack Overflow or respective owner