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 enter image description here

thanks in advance

there several ways listed below use database in visual studio. need write web service in .net

  1. asmx service - simple build
  2. wcf service - involves more configuration, secured.
  3. 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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -