TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About configuration file
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (3)
Puran Mehra (2)
Akkiraju Ivaturi (2)
Abhimanyu K Vatsa (2)
Dipal Choksi (2)
Rafal Wozniak (1)
Daniel Olson (1)
samuel.ludlow (1)
Vishal Nayan (1)
kevin 0 (1)
Shane Snedecor (1)
Related resources for configuration file
No resource found
ASP.NET Web Configuration File
8/2/2017 6:44:02 AM.
In this article I will explain you about ASP.NET Web Configuration File.
Configuration Sections-Create a customized section using ConfigurationSection class: Part II
9/4/2014 1:00:50 AM.
This article extends the custom configuration section concept.
Modifying .NET Configuration Files at Runtime
11/25/2013 3:21:26 AM.
In this article we will extend the previous example by creating another Windows Forms application which we can consider as an Administration Console.
Custom Controls with User Controls in ASP.Net: Part 2
12/1/2012 4:17:22 AM.
In this article we will discuss how to create User Controls for web pages, how to register User Controls in Web Configuration File.
Configuring Applications in VB.NET
12/1/2012 3:36:28 AM.
The .Net Framework provides a very convenient and flexible way to configure applications at run time. Using Configuration files developers and administrators can modify settings for applications without having to recompile the application, avoiding many of the redistribution /re-deployment hassles.
Developing Websites using Themes (Themes in Web Configuration File): Part 6
12/1/2012 3:00:52 AM.
This is my series of articles on Theme based web developments and in this article part we will discuss how to register Themes in Web.config file and how to eliminate theme use from content page.
Refreshing the .NET Application to Read Modified Configuration Files Values
10/2/2012 3:50:44 PM.
This article assumes that the readers know how to create Web and Windows applications and are familiar with configuration files.
How to Create Config file with xml Serialization
9/29/2012 10:30:36 AM.
This is a simple example of how to use xml serialization to make configuration files.
Using XML Based Configuration File in Windows Form Applications
9/29/2012 7:37:13 AM.
Often when building an application, a programmer wants to be able to change application settings without having to recompile the application.
Security Policy Levels
9/29/2012 6:08:32 AM.
In this article I will explain you about the Security Policy Levels.
Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide
5/15/2012 5:55:18 PM.
The Microsoft EIF is a bunch of assemblies for .Net that make your life easy when it comes to instrumenting your program, by this I mean tracing facilities, writing to the event log, and many other things.
Looking Inside Web.Config configuration file in ASP.NET 3.5
3/21/2011 12:57:33 PM.
The web.config file contains information that controls module loading, security configuration, session configuration, and application language and compilation settings.
Get the machine configuration file information using ConfigurationManager class
4/17/2008 1:56:02 AM.
This article tells you how to retrive information of configuration file which is applied to the entire application.
Get the machine configuration file information using ConfigurationManager class
4/17/2008 1:56:02 AM.
This article tells you how to retrive information of configuration file which is applied to the entire application.
How to Create and Use Configuration Files
2/14/2006 2:30:48 AM.
Here an article for beginners that shows how to create and use configuration files.
TFTP application written in C#
12/26/2005 4:15:01 AM.
This application is the beginning of a program I want to use to download switch/router configuration files via TFTP and archive them. This application merely asks for an IP address and a filename then it receives the file via TFTP and displays it in a RichTextBox.
Configuring Applications in .NET
12/24/2005 1:09:44 AM.
The .Net Framework provides a very convenient and flexible way to configure applications at run time.