Use CoreData in MonoTouch?

I saw that in Xcode there are such wonderful ways to develop your CoreData models - is there a way to use this and CoreData in general in MonoTouch 5? Any tutorials or examples?

+2
source share
2 answers

This may not be a direct answer to your question, but it may be that you are looking for:

  • Sqlite-net is a minimal open source library that allows .NET and Mono applications to store data in SQLite 3 databases. <-the one you are using but for future reference

  • Vici CoolStorage is a fully typed object relational mapping library for .NET 3.5, Windows Phone, MonoTouch and Mono for Android

  • Catnap - ORM .NET. API ADO.NET. Sqlite, System.Data.Sqlite Mono.Data.Sqlite.

  • MonoTouch.SQLite UITableViewController SQLite.

  • Entify - . , , . , .

    • entify, Apr 11, 2010, idk,

, MonoTouch CoreData, .

, .

+6

CoreData Mono.

- , , , CoreData Mono.

/ Xcode Mono. , .

Edit: /Applications/Xcode.app/Contents/Developer/usr/bin/momc <source xcdatamodel> <absolute path to target> .momd. , - . .

0

All Articles