(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

The new Portable Class Library for SQLite

(1 votes)
0 comments   /   posted by Silverlight Show on Feb 14, 2014
Tags:   sqlite , windows-phone , winrt , marco-minerva
Read original post at Marco Minerva's Blog

Microsoft Open Technologies has recently released a Portable Class Library for SQLite. Thanks to it, we can use SQLite in the same way in all the supported platforms. Let’s see how to do that.

As prerequisite, we need to install the SQLite Extension SDK that corresponds to our platform. For example, for Windows 8.1, it is the SQLite for Windows Runtime (Windows 8.1) v3.8.2 extension SDK. The other versions are available on the SQLite official download page. Once downloaded, it’s necessary to change the extension from ZIP to VSIX, then double click it to install the SDK. Now we can add the extension to the project using the Add reference command [...]


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter


Latest News

  • Daily News Digest 5/12/2014
  • Implementing Azure AD Group Authorization
  • A screen-size independent scroll-into-view pane for Windows Phone and Windows Store apps
  • Converting from Silverlight To Universal Apps – MVVM, ListView and Commands