Major Configuration File Formats – Developers Need to Know

configBlogLeave a Comment

Configuration files are the source of the initial settings and parameters required by computer applications and even operating systems. These files are generally written using the “ASCII Coding” system and are a store for data that pertains to a username, software applications or even specific filenames. Configuration files are mainly used for server level processing, operating system setting, and software … Read More

Reading .INI Configuration Files in Python

configBlog, ConfigLeave a Comment

Photo by lukasbieri from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction – Python programming language The Python language is a high-level, interpreted, oriented language to objects with dynamic semantics. Its high-level structures, combined with its dynamic mooring typing makes it very attractive … Read More

Using JSON configuration in ASP.NET

configBlog, ConfigLeave a Comment

Photo by Pexels from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. The Configuration API provides a way to configure an ASP.NET Core Web application based on a list of name-value pairs. The configuration is read at run time through multiple sources. The name-value … Read More

What You Need to Know About Configuration Files

configBlogLeave a Comment

  Configuration files are the primary way of configuring settings and parameters for any computer program. A configuration file is structured in such a way to help successful operations of a computer program. These files are stored in plain text formats as they are user-configured and not at all coded in the programs. It is required from time to time … Read More