| MonoTouch Article - Vici CoolStorage - ORM on MonoTouch made simple
Philippe Leybaert writes a blog post comparing SQLite access using Objective-C, MonoTouch on it's own and then finally SQLite access via Vici CoolStorage.
source: www.blog.activa.be
|
| MonoTouch Sample - Monotouch SQLite Example
Monotouch SQLite Example
Using SQLite databases with MonoTouch iPhone applications is
surprisingly easy to do. For this example I have created a
small application which queries a SQLite database and displays a
list of country names in a UITableView. The sample project
can be downloaded here.
source: www.bayshield.com
|
| MonoTouch Article - Sql data access options
Jonathan Mark starts off a discussion on the MonoTouch mailing list with his review of the available sql data access options when building a MonoTouch app. Worth a read which is why it has been added to the articles section of MonoTouch.Info
source: www.mentby.com
|
| MonoTouch Sample - SQLite "Corporate Phonebook" - Part 3
Craig Dunn adds an update to his Corporate Phonebook app and moves from using sqlite-net to System.Data that will be included in MonoTouch 1.2. References to Part 1 and Part 2 can also be found on this site.
source: conceptdev.blogspot.com
|
| MonoTouch Article - System.Data
An entry on the http://monotouch.net website. This entry covers System.Data and refers to a preview although this will likely change soon. It contains a sample to show you how to use it as well.
source: monotouch.net
|
| MonoTouch Article - Mono.Data.Sqlite & System.Data in MonoTouch 1.2 (Preview)
Jonathan Pryor posts an entry highlighting some of the great things coming in release 1.2. He talks about Mono.Data.Sqlite and System.Data and gives an example of how it can be used in release 1.2. These is about the preview and not the actual release (although we await it eagerly :) ) but it is good to know that this support is coming and that it will be built in.
source: www.jprl.com
|
| MonoTouch Sample - MonoTouch for Monospace (a conference app)
Another sample from Craig Dunn. This is one sample you can actually use (if you can deploy it to your phone) as it provides information about Monospace. The app gives the user:
Conference schedule (day/session/detail views)
Speakers (list/detail)
Access to the monospaceconf blog
Access to @monospace_conf's stream on Twitter
A map of the conference location
On top of that he gives you the source code so you can learn from it and a handy class diagram.
Thanks Craig!
source: conceptdev.blogspot.com
|
| MonoTouch Library - Catnap - Object Relational Mapper (ORM)
Tim Scott has started a project on google code to provide a lightweight object relational mapper for MonoTouch developers. The project is still in the early stages but it is great to have these libraries cropping up to help MonoTouch developers!
source: code.google.com
|
| MonoTouch Library - Sqlite-Net - Use SQLite in your MonoTouch App
sqlite-net is an open source, minimal library to allow .NET applications to store data in SQLite 3 databases. It is written in C# 3.0 but can be used by any .NET language. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment. Thanks to Frank Krueger for adding this to Google code so everyone can use it.
source: code.google.com
|
| MonoTouch Sample - SQLite "Corporate Phonebook"
Another post by Craig Dunn. This post is based on a contribution by Frank Krueger who posted the SQLClient.cs code to the MonoTouch mailing list.
The code is released to the public domain for you to re-use. This is a simple application using that library: it lists 'employees' from an SQLite database and allows you to call or email them:
Please note that this sample may not adhere to iPhone user interface guidelines.
source: conceptdev.blogspot.com
|




