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?
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?
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.