.NET application configuration files contain settings specific to an application.
I'd like to use PowerShell as part of our automated build process to update an App.config file while deploying …
powershell app-configIs there a utility that will encrypt a named configuration section (or just the connectionStrings section) in an app.config …
.net encryption connection-string app-configI am making a Windows Service. The Service has to donwload something every night, and therefor I want to place …
c# configuration windows-services uri app-configMy app.config file is as follows: <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <…
c# app-config system.configurationWe have several .NET projects where we store certain settings in configuration files. Now each developer will have their own …
c# visual-studio configuration web-config app-configI was wondering why nuget added the following code to my applications app.config file, after installing the Microsoft.Bcl.…
c# .net app-config base-class-libraryI am developing an application that runs as a windows service. I really need the service to have administrator privileges. …
service app-config administratorWhen i run a simple test on connection to DB check i receive an error in NUnit: [Test] public void …
visual-studio nunit app-config configurationmanagerI have a C# unit test project with application settings in the app.config file. I am testing a class …
c# visual-studio unit-testing app-config application-settingsI would like to store a collection of custom objects in a user.config file and would like to add …
c# configuration collections app-config