Windows Store apps development support - Using database in Windows Store apps (I)
Introduction
There are lots of discussions about using database in Windows Store apps in MSDN forum. These discussions mainly focus on the usage of SQL database. Based on this scenario, we developed a series of articles along with sample code and demos used to demonstrate how to access both local database and remote database.
This topic consists of four categories as below.
- Overview of main approaches to access database in Windows Store apps.
- How to access local database:
- How to use SQLite for Windows Runtime and how to use sqlite-net library to manipulate SQLite database.
- How to use Extensible Storage Engine (ESE) or known as JET APIs.
- How to use WCF to access database in Windows Store apps.
- How to access remote database.
First, we talk about how to access local database in Windows Store apps. SQLite would be a good choice.
..."
I find it hard to envision an app that doesn't have some kind of data store. Oh sure, I can see simple app's, but anything that does anything over time or "remembers" something, has any kind of state has to store it somewhere. And when building Windows Store app's in this version of Windows, database access is a little v1'ish. So until it gets better (assuming it does?) this kind of information is going to be important to have (and keep for future reference).
No comments:
Post a Comment
NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...
ALL comments are moderated. I will review every comment before it will appear on the blog.
Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...
Please see my comment policy for more information if you are interested.
Thanks,
Greg
PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...