Can I use Entity Framework or Linq To SQL with Windows 8 Metro Style apps?

前端 未结 3 1101
小蘑菇
小蘑菇 2020-12-09 09:58

I\'m looking for some kind of ORM that can be used with Metro Style apps. I found lots of posts referring to different SQLite implementations that seem to be working (or not

3条回答
  •  粉色の甜心
    2020-12-09 10:30

    As Ladislav says, it is currently not possible. You can, however, use WCF Data Services (OData) on the WinRT platform. For more information, see Phani's post on Developing Windows 8 Metro style applications that consume OData.

提交回复
热议问题