1

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?

2
  • 1
    sqlite is the way to go Commented Apr 1, 2014 at 15:25
  • thanks :) I've heard before that it works very well on anrdoid and ios,but I wasn't sure if it's the best solution for windows too Commented Apr 1, 2014 at 15:46

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.