c# - SQLite in an Universal App -
c# - SQLite in an Universal App -
i developing universal app should utilize sqlite. additionally want store info database background task (windows runtime component). hence need hole sqlite stuff in classlibrary because of thread. utilize sqlite-net.
now discovered need sqlite windows runtime (windows 8.1) , sqlite windows phone. or there extension can utilize 2 platforms instead?
if need 2 extensions should create 2 classlibraries. or wrong? 1 classlibrary install sqlite windows phone , reference library windows phone project , sec classlibrary install sqlite windows runtime (windows 8.1) , reference library windows store project or there improve way??
any help welcome :)
regards, markus
sqlite supports improve way work universal application. download extension visual studio 2015. https://visualstudiogallery.msdn.microsoft.com/4913e7d5-96c9-4dde-a1a1-69820d615936
this extension supports iot too.
c# sqlite portable-class-library class-library win-universal-app
Comments
Post a Comment