Domanda

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!

Nessuna soluzione corretta

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top