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 ...
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 ...
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 ...
This unhandled exception occurs primarily because the .NET Framework application cannot write essential data to the disk. You are most likely to encounter this error ...
Take advantage of configuration providers and dependency injection to configure your ASP.Net Core applications in a loosely coupled manner Microsoft’s ASP.Net Core is an open-source, cross-platform, ...
In my previous article in this series, I explained that you can make your PowerShell scripts far more flexible and dynamic by leveraging a configuration file as opposed to hard coding all of the ...
Microsoft has released .NET Framework 4.8, the latest version of the company’s application development framework for Windows. The update brings a number of bug fixes, security patches, and ...