How to deal with the limited Linq Support of OData (Open Data Protocol)
- by user341127
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