0

Is there any analog to IsolatedStorageSettings (WP7, Silverlight) in Desktop .Net 3.5?

PS: I nead this king of functionality to work everywere. Do i have to implement this file from scratch?

ctacke
  • 66,480
  • 18
  • 94
  • 155
obenjiro
  • 3,665
  • 7
  • 44
  • 82

1 Answers1

2

Take a look at following option: Best practice to save application settings in a Windows Forms Application

If you need to port application, it might be easier to decouple loading/saving settings via IoC then just implement interface using options in the question above.

Community
  • 1
  • 1
Alex Sorokoletov
  • 3,102
  • 2
  • 30
  • 52