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?
-
1sqlite is the way to gotechno– techno2014-04-01 15:25:08 +00:00Commented 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 toouser3399858– user33998582014-04-01 15:46:33 +00:00Commented Apr 1, 2014 at 15:46
Add a comment
|