我正在开发一个Windows Phone 7应用程序,它需要一些基本的数据库功能.我在codeplex上遇到了以下项目.有没有人尝试过任何这些项目,可以帮我决定选择一个,好吗?
http://rapidrepository.codeplex.com/
http://winphone7db.codeplex.com/
PRATIK
我们使用sqlite,因为您可以使用标准sql命令提前设计数据库.它在手机上运行得很好.
原文链接:https://www.f2er.com/windows/372008.html我在这里写了一个快速入门指南:http://wirebear.com/blog/2010/11/12/using-sqlite-in-your-wp7-app
UPDATE:
This was a valid solution pre-Mango but it is NOT what I would recommend now and it is not what we are doing. With Mango Microsoft has given new ways to use sql CE with LINQ to sql and is the better way to have a database in your app. A good guide to getting started can be found here: 07001