Vici CoolStorage Portability: Monotouch, MonoDroid and Windows Phone

326 views Asked by At

Is cross-platformness a good reason to use Vici CoolStorage?

Ideally you'd want to write data model once and use it in MonoTouch, MonoDroid and Windows Phone versions of the same app. In that case is Vici CS the best bet?

1

There are 1 answers

3
Niels R. On BEST ANSWER

I don't have much experience with other ORMs, so I can't compare CoolStorage with other options.

I can tell you, though, that the code you write for your CoolStorage data layer will be 100% re-usable over the 3 platforms. Simply write a separate data layer library and include it in all 3 solutions.

Vici CoolStorage isn't complex to use, so you can easily try it out in a few hours. No steep learning curve. Just create matching data classes for your tables, define relations and start CRUDding :)

Any questions? Just use StackExchange or the support forum mentioned on the support page.