Saving Objects With C#
View Code on GitHub Sections Background Saving Our Object Restoring Our Object Building Our Settings Class Putting It All Together Final Thoughts Background When I first started programming, I would often attempt to create configuration files to save various information that I wanted to persist across instances of the application I was writing. I remember the first configuration I ever […]