Z
zurg
Hi!
I just started to gather some information about application configuration
file (myapp.exe.config and so one)
As I noticed it's a very useful way of "editing" my application without
re-compiling it
I learned a few things about this...
And I have a question:
Is there a way to, using configuration file, determine which parts of my
application should be started?
For example I have an application with function GetUserName,
ShowHelloMessage, GetComputerName
and I want to start this time only GetUserName and ShowHelloMessage... how
to do so?
Of course i can write inside the configuration an array a variable
CommandsToRun
then read this arrray and using case for each command in this array do so...
But is there a more "nice" way?
Any suggestions will be appriciated
zurg
I just started to gather some information about application configuration
file (myapp.exe.config and so one)
As I noticed it's a very useful way of "editing" my application without
re-compiling it
I learned a few things about this...
And I have a question:
Is there a way to, using configuration file, determine which parts of my
application should be started?
For example I have an application with function GetUserName,
ShowHelloMessage, GetComputerName
and I want to start this time only GetUserName and ShowHelloMessage... how
to do so?
Of course i can write inside the configuration an array a variable
CommandsToRun
then read this arrray and using case for each command in this array do so...
But is there a more "nice" way?
Any suggestions will be appriciated
zurg