Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

entity framework on wp7

I've found some blogs that look like they are using Entity Framework to persist data from the windows phone to remote servers via WCF (at least thats what it looks like scanning the info)... but can Entity framework be run directly on the phone? For instance, say I want to use Sqlite, or even Azure as my backend... can I do it all without hosting a server to do the work?

like image 798
tbischel Avatar asked Feb 24 '11 21:02

tbischel


1 Answers

Entity Framework is currently not available on the phone itself. However the OData client libraries are which will let you query backends such as Azure.

like image 165
Nigel Sampson Avatar answered Sep 21 '22 13:09

Nigel Sampson