TECHNOLOGIES
FORUMS
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 Files
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akkiraju Ivaturi (2)
Dipal Choksi (2)
Aditi Bamaniya (1)
C# Curator (1)
kevin 0 (1)
Shane Snedecor (1)
Related resources for Configuration Files
No resource found
Best Practices for Building Large-Scale Laravel Applications
4/22/2023 10:54:39 AM.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make
Modifying .NET Configuration Files at Runtime
1/3/2021 9:22:59 AM.
In this article we will extend the previous example by creating another Windows Forms application which we can consider as an Administration Console.
Refreshing the .NET Application to Read Modified Configuration Files Values
11/23/2020 1:43:59 AM.
This article assumes that the readers know how to create Web and Windows applications and are familiar with configuration files.
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.
Security Policy Levels
9/29/2012 6:08:32 AM.
In this article I will explain you about the Security Policy Levels.
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.