How to deal with the limited Linq Support of OData (Open Data Protocol)
        Posted  
        
            by user341127
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user341127
        
        
        
        Published on 2010-06-05T08:28:38Z
        Indexed on 
            2010/06/05
            8:32 UTC
        
        
        Read the original article
        Hit count: 296
        
I have a software, which uses a lot of Linq to SQL. Recently, I want to immigrate to OData (or WCF Data Service) architecture. But I met too many problems in Linq for the Linq support of OData is so limited. I have to modify most of my Linq statements and test them thoroughly again.
I am wondering whether there is a system way to solve such a problem instead of my manual work. For example, by an external package.
BTW, now I have no confidence to use OData as a kind of architecture.
You are appreciated to share your ideas.
Thank you in advance,
Ying
© Stack Overflow or respective owner