Database for Windows Phone 7 [closed]

2020-08-04 04:03发布

I'm looking to release a really simple application for windows Phone 7. Unfortunately, My Apps need to store some data in the device. say a Database.

My colleague found one SQLite library - http://sviluppomobile.blogspot.com/2010/03/sqlite-for-wp-7-series-proof-of-concept.html

But How about Linq to SQL or EF for Windows Phone 7. Any Library for this?

4条回答
成全新的幸福
2楼-- · 2020-08-04 04:35

Perst works well under Windows 7

查看更多
Bombasti
3楼-- · 2020-08-04 04:41

SQLite worked fine for me. Complex joins are slower, but that I bet that would be true for any database. I have over 50MB of data in case you are wondering.

查看更多
够拽才男人
4楼-- · 2020-08-04 04:45

In the initial release of Windows Phone 7 you have no SQL Server Compact or similar. Because no user app can call P/Invoke no other mobile/compact database will work.

To store content you have to use Isolated Storage and build something with this. See this: http://winphone7db.codeplex.com/

查看更多
Viruses.
5楼-- · 2020-08-04 04:51

You could try using SQL Server Compact.

Info about compact and linq

查看更多
登录 后发表回答