Related resources for Configuration Files
  • Best Practices for Building Large-Scale Laravel Applications4/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 Runtime1/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 Values11/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.NET12/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 Files2/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 .NET12/24/2005 1:09:44 AM. The .Net Framework provides a very convenient and flexible way to configure applications at run time.