Tag Archives: storage

Persisting Application Information Across Invocations

How can you persist information across application invocations? .NET has a Properties.Settings class that persists information to and from a text file. With a little effort, you can easily save information for cross-invocation. Whether it’s safe and smart to do so is another discussion. Continue reading

Posted in Core .NET, Wndows Forms | Tagged , | Leave a comment