| MonoTouch Article - MonoTouch SQLite Performance Tip
MonoTouch SQLite Performance Tip
DataReaders are the fastest ways to access data in .Net, and
most MonoTouch SQLite tutorials use them to access SQLite
data using the following syntax...
source: www.bayshield.com
|
| MonoTouch Tool - Entify - A lightweight entity framework that can be used with MonoTouch
Entify is a lightweight and easy-to-use entity framework aimed for desktop and mobile applications. Entify is written in C# and it is compatible with both Mono and .NET frameworks. The goal of the project is to provide standard way to manage entities in desktop and mobile applications.
source: www.taimila.com
|
| MonoTouch Article - UITableView and SQLite Using Monotouch
This entry presents a sample application that uses a UITableView and SQLite to display data stored in a SQLite database. This application will log blood pressure samples and display them in a UITableView created by the user.
source: www.softwareinteractions.com
|
| 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
|




