, ( dll), ".config" ...
,
AcmeWidgets.EastCoast.MyApplicationName.exe
app.config
AcmeWidgets.EastCoast.MyApplicationName.exe.config
( ) ...
instead, you can encode your application so that it fills and uses the static variables from these configuration parameters instead ... and then implements the dynamic "change value" functionality so that it modifies these static variables ...
This way you can "dynamically influence" runtime behavior, but avoid the hassle of writing to the configuration file, and Ops control can control the "default" values ββin the configuration file by editing it ...
source
share