Hi,
I am developing a mobile application, in C#, with the .NET Compact Framework 3.5. It needs to store the state in memory, i.e., if the application crashes, the application has to reboot into the state before the crash.
All business logic has to be stored too, as well as the forms. I would like to know if there is an easy way to manage such a feature, do you have any clues? Is serialization the right thing to do?
Thanks.