Reputation: 3361
Can WCF RIA Services be used without the Entity Framework (for example, if the datasource is no classical database)
Upvotes: 0
Views: 1127
Reputation: 331
RIA services is not tied to Entity framework. RIA services uses the provider model to make it easy to plug in other datasources. Here is a link to an example xml provider: MSDN Custom MetaData Provider
Upvotes: 2