在MonoTouch中使用CoreData? [英] Use CoreData in MonoTouch?

查看:104
本文介绍了在MonoTouch中使用CoreData?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看到在Xcode中有如此精彩的方式来设计你的CoreData模型 - 有没有办法在MonoTouch 5中使用这个和CoreData?
任何教程或示例?

I have seen that there are so wonderful ways in Xcode to design your CoreData models - is there a way to make use of this and CoreData in general in MonoTouch 5? Any tutorials or examples?

推荐答案

也许不是你的问题的直接回答,但可能是你< c $ c>正在寻找:

Maybe is not the direct answer to your question but might be what you are looking for:


  • Sqlite-net 是一个开源的最小库,允许.NET和Mono应用程序在SQLite 3数据库中存储数据。

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

Vici CoolStorage 是一个完全类型的对象关系映射库,用于.NET 3.5,Windows Phone, MonoTouch 和Mono for Android

Vici CoolStorage is a fully typed Object Relational Mapping library for .NET 3.5, Windows Phone, MonoTouch and Mono for Android

Catnap 是.NET的一个基本轻量级ORM。它使用ADO.NET API。该项目包含Sqlite的适配器,并且使用System.Data.Sqlite和Mono.Data.Sqlite进行测试。

Catnap is a basic lightweight ORM for .NET. It uses the ADO.NET API. The project includes an adapter for Sqlite, and it is tested with System.Data.Sqlite and Mono.Data.Sqlite.

MonoTouch.SQLite 一个抽象的UITableViewController,用于更简单地显示SQLite表中的数据。

MonoTouch.SQLite An abstract UITableViewController to make displaying data from an SQLite table simpler.

Entify 是桌面和移动应用程序的实体框架。它旨在是稳定和易于使用的库,轻松部署与任何应用程序。它有视觉设计器,允许开发人员轻松,快速地定义应用程序数据模型。

Entify is entity framework for desktop and mobile applications. It aims to be stable and easy-to-use library that is effortless to deploy with any application. It has visual designer which allows developer to define application data model easily and quickly.


  • 只需要一个 ,因为 2010年4月11日所以idk仍然有效

  • Just a side note on entify, it has not been updated since Apr 11, 2010 so idk if it still works

我可以找到 MonoTouch CoreData 此博文

希望这有助于。

Alex

这篇关于在MonoTouch中使用CoreData?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆