You can simplify application deployment and customization greatly by keeping as many configuration settings as possible in a configuration file. Configuration files support XCOPY deployment, and you ...
We have a bunch of apps that all use the same db connection strings, which are hosted in a file in a shared location (let's say c config). All the app.configs for our apps are hard-coded to point to ...
Before you begin deploying applications based on the .NET framework, you need to decide how your organisation will manage common application settings. To promote code reuse and application ...
I'm trying to learn WCF and the actual WCF bits are easy. However, I'm stumped when it comes to not writing settings in my code.<BR><BR>An example:<BR>I have made a WCF service that is configured via ...