문제

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