We have a data source accessible from an XML RPC web service where we can send CRUD commands.
Is it possible to use this with EF ?
We have a data source accessible from an XML RPC web service where we can send CRUD commands.
Is it possible to use this with EF ?
No unless you write your own provider. EF has very limited set of providers available. All these providers targets relational databases.