Вопрос

What are some options for persisting data on .NET compact framework 3.5? So far I know about the following:

DB options:

  • sqlce
  • sqlite

Serialization/deserialization options

  • protobuf.net
  • json.net

Are there any more you could suggest (even good comercial products)? Which would you suggest and why (pros/cons)? Thanks!

Нет правильного решения

Другие советы

You could look into db4o, they have an open source version to try, and it supports Compact Framework as well as full framework.

They've actually did a great work porting Mono.Cecil and System.Linq.Expressions to .NETCF for their product to work, so you get those as a bonus.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top