Tag Archives: SQLite

A new SQLite wrapper for Windows Phone 8 and Windows 8 – Relationships

This post is the second part of a series about a new SQLite wrapper for Windows Phone 8 and Windows 8, you can read the first part here. One of the biggest flaws of the sqlite-net library for Windows 8 … Continue reading

Posted in Windows 8, Windows Phone | Tagged , , | 6 Comments

A new SQLite wrapper for Windows Phone 8 and Windows 8 – The basics

One of the topics that gathered more attention on my blog is SQLite: developing an application without the need to store, somehow, the data locally is almost impossible, so developers are always searching the best way to achieve this objective. … Continue reading

Posted in Windows 8, Windows Phone | Tagged , , | 56 Comments

Working with SQLite in Windows Phone 8: a sqlite-net version for mobile

With a perfect timing, as soon as I’ve published my previous post about using the chsarp-sqlite engine in combination with sqlite-net, Peter Huene has released a porting of the famous library for Windows Phone 8. What does it mean? That, … Continue reading

Posted in Windows Phone | Tagged , | 133 Comments

A workaround to use SQLite in a Windows Phone 8 application

Recently I’ve made a post where I’ve tried to explain better the SQL Lite support situation on Windows Phone 8. The core of the post was very simple: the SQLite engine is available for Windows Phone 8, but actually a … Continue reading

Posted in Windows Phone | Tagged , | 3 Comments

Windows Phone and SQL Lite: what’s the current situation?

The last week I spoke at a Italian conference in Microsoft Italy called Windows Phone Developer Day about sharing code between Windows Phone and Windows 8. One of the topics was data access and how to share code to interact … Continue reading

Tagged , | 5 Comments