Hi, iam doing a windows application
i have 4 modules.
3 are class libraries
in the 4th module iam adding these 3 dlls and execute this
but i want to put connection string property for this globally.
so how to write code in app.config
and how to use this in my class libraries
i want to know that app.config for storing connectionstrin g can be used with ClassLibraries or not
please any one help me with this
i have 4 modules.
3 are class libraries
in the 4th module iam adding these 3 dlls and execute this
but i want to put connection string property for this globally.
so how to write code in app.config
and how to use this in my class libraries
i want to know that app.config for storing connectionstrin g can be used with ClassLibraries or not
please any one help me with this
Comment