Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vici CoolStorage Portability: Monotouch, MonoDroid and Windows Phone

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?

like image 916
bytefire Avatar asked Oct 24 '12 09:10

bytefire


1 Answers

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.

like image 177
Niels R. Avatar answered Oct 23 '22 08:10

Niels R.