D
D
des1roer2014-12-24 08:16:15
C++ / C#
des1roer, 2014-12-24 08:16:15

Are there such dll components to save the state of a C# program?

actually interested in the components that implement save\load

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Elizariev, 2014-12-25
@effetto

If there are no other requirements - use serialization. Binary or in XML, depending on the task.

A
AxisPod, 2015-01-14
@AxisPod

Well, for example, there is a standard Settings: msdn.microsoft.com/en-us/library/aa730869(v=vs.80).aspx , which is good, so you don't have to think where the file is.
And then you do it yourself, initialize everything in the constructor, save it in the close event handler. In this case, this is conveniently done using attributes, just the necessary properties are marked with an attribute and that's it. Written in a couple of hours.
Or do you want WF: https://ru.wikipedia.org/wiki/Windows_Workflow_Fou... ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question