Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Configuration

Configuration

Configuration

Great Reads

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
by Troy W. Locke
Setting up and using the new configuration system in ASP.NET 5 vNext
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

Latest Articles

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Member 12660776
Programmatically Adding New ConfigurationSectionGroup Corrupts Declaration Section With Multiple Group Declarations.
by Troy W. Locke
Setting up and using the new configuration system in ASP.NET 5 vNext
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

All Articles

Sort by Score

Configuration 

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by Troy W. Locke
Setting up and using the new configuration system in ASP.NET 5 vNext
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.
by honey the codewitch
A walkthrough and source code for automatically configuring your ESP8266 IoT devices
by V.
Second article on creating a reusable framework
by dale.newman
An alternative to .NET Configuration Handler
by ASP.NET Community
So many aspects of ASP.NET are configurable it can be overwhelming. Things really get interesting when you start adding configuration options for
by DotNetCraft
This article describes one of the easiest ways to read configurations from the App.config.
by ASP.NET Community
"IIS7 includes a comprehensive set of administration tools, including a brand new administration GUI, a new command line tool, and new managed code
by ASP.NET Community
Every element in the configuration file maps to a class in the .NET framework.  It's possible to expand upon this to create custom configuration
by Syed M Hussain
This article presents a simple CSS like configuration class.
by ASP.NET Community
Web.Config            <add name="ConnString" connectionString="Data Source=.\SQLEXPRESS;
by PatrickJNolan
Configuration.EntityFramework is a custom configuration provider for the .NET Core Configuration system built on EntityFrameworkCore.
by ASP.NET Community
How to edit Configuration file Web.Configin web.config we use section to add keys as you see      <add key="email"
by Benjamin Kniffler
A simple and extensible configuration framework for .net4
by ASP.NET Community
LoginStatus control is used to display Login /Logout links based on the login status of the current user.If the user logged in it displays Logout ,if
by GopalTiwari
It will give information about Installing and Configuring Apache Kafka & Zookeeper for Windows Operating System
by PilotProgrammer
Automatically switch between client solution's Test or Prod app.config file, for injecting environment settings into class library solution
by Southmountain
A discussion on how to configure folder structures for C# application with SQLite databases and ADO.NET assemblies with targeting to any CPU, no matter 32-bit or 64-bit. Part 1 is theoretic consideration for project folder structures. Part 2 will give a demo to approve this concept.