jquery - using localDB with Cordova(Visual Studio 2015) -
i'm developing cross-platform mobile app using cordova (visual studio 2015) database, i've created localdb using visual studio features. now, want connect localdb , store data it, , select it. while researching through internet did not find how this, help??
the image below shows local db
thanks in advance
there several ways listed below use database in visual studio. need write web service in .net
- asmx service - simple build
- wcf service - involves more configuration, secured.
- asp.net web api - light weight web services http protocol.
here step step approach create asmx service
for these services either use entity framework or ado.net crud operations.
i advise go asmx service using ado.net if new .net.
Comments
Post a Comment