Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top