Using visual-studio: Saving dynamically created objects in WPF on newest questions tagged visual-studio – Stack Overflow

In my WPF application I have a form presented to the user, the user fills out forms which is about, e.g. A location. These form entries are then used to construct a object from a custom class and on the next view details about the location entered are displayed.

What I need is a method to be able to save the dynamically created object so that when the application is closed and reopened i can display the name property of previously entered objects so that the user can reopen the data from previously entered objects.

Thinking I can serialize them into an .osl file, but that only saves the public values.
So I’m thinking there must be a much simpler way

Any help appreciated!

See Answers


source: http://stackoverflow.com/questions/11710770/saving-dynamically-created-objects-in-wpf
Using visual-studio: using-visual-studio



online applications demo