문제

I would write a mobile application in Visual Studio 2012,I would make it cross-platform using Portable Class Library,but I'm not really sure which technology I should use for the database behind the application. The users of my application should not edit the data in the database,my app would only display some data,and I don't want to refresh data very often..so I thought I could make updates,I don't want internet connection to be needed while using the application. For mobile phones LINQ to SQL would work?

도움이 되었습니까?

해결책

SQLite is a very good approach and you can use LINQ for querying and also can be used in different platforms. As you said, in your situation having a local database is a very good idea instead of using internet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top