.NET application configuration files contain settings specific to an application.
Is it is possible to do something like the following in the app.config or web.config files? <appSettings&…
c# variables web-config app-configWhile converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: …
.net .net-4.0 app-config mixed-modeI am unit testing a .NET application (.exe) that uses an app.config file to load configuration properties. The unit …
c# .net unit-testing app-configI know this may looks like a previously asked question but I'm facing a different problem here. I have a …
java spring configuration app-configI recently had to edit my app.config file to change the connection string for an Entity Framework data model (.…
entity-framework entity-framework-4 connection-string app-configI want to add a custom configuration section in my app.config file. Is there a way to do it …
c# app-configI'd like to programmatically modify my app.config file to set which service file endpoint should be used. What is …
c# wcf app-config configuration-filesI've got a method that reads settings from my config file like this: var value = ConfigurationManager.AppSettings[key]; It compiles …
c# .net-core app-config .net-standardI can't seem to be able to access the app.config database connection string in my c# winforms app. app.…
c# sql winforms database-connection app-configWhen developing a .NET Windows Forms Application we have the choice between those App.config tags to store our configuration …
.net web-config app-config