Rules to Better .NET Projects

Microsoft Gold Partner Logo
Search Go Search
Rule #16
Do you have a resetdefault() function in your configuration management application block?
  v2.0 Posted at 20/10/2010 7:56 PM by system

In almost every application we have a user settings file to store the state of the application. We want to be able to reset the settings if anything goes wrong.

See how we configured this reset default settings functionality with the Configuration Block in the .NET Toolkit

 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......