Best way to store values in .Net Compact Framework using C#? -
i have winform application , have many forms in application .
these forms have properties want save when form closed , when again load
the forms, want populate form properties.
i know techniques xmlserialization or can write own xml files store values.
but want expert advice in best way on compact framework .
what expert think best way store , retrieve data ?
how sqllite or similiar?
Comments
Post a Comment