HOWTO: Read and Write the Registry to persist State

  • Thread starter Thread starter Dan Sikorsky
  • Start date Start date
D

Dan Sikorsky

Should application data be read and written to the Registry to persist
state, or should the App.config file be used?

If the Registry should be used, what .NET class reads and writes the
Registry?

If the App.config file should be used, reading a configuration setting is
trivial, but there appears to be no write methtod. Please post a write
method when replying.
 
Back
Top