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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top