I'm using a class to hold all application settings, and XMLSerializer to save/load those settings from an XML file. Works great in one application, but in my latest one I cannot save the settings ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
As a new years resolution, I vowed to start using .XML for my .NET applications' config files rather than using my home grown text config files. Private Sub LoadConfig() 'Load variables from config ...