
Enterprise Library wrapper class to implement run-time dynamic connection strings without using config file. Enterprise Library out of the box recommends storing connection strings and provider information in a config file. Our applications generate connections string dynamically during run-time. So I developed this enterprise library wrapper class to allow us to use the enterprise library with run-time dynamic connection strings.
|