Click here to Skip to main content
15,896,201 members
Articles / Programming Languages / C#

How Does the Application settings in Core 3.1 Work in a Multi-environment Scenario

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
14 Mar 2021CPOL5 min read 12.1K   98   5  
Managing multiple environments is a very common situation in software development in the enterprise
Multiple environments are a very common situation in our process to develop software in the enterprise. NET Core 3.1 abandons the classic Web Config to use a .json file, but it goes beyond and gives the developer a very flexible way to configure the application in multiple environments. This article explores how Core manages this setting and how the developer can get the most out of this.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Avalon Development
United States United States
Jose A. Garcia Guirado, Electronic Engineer, graduated in Havana/Cuba 1982, MCTS, MCSD.NET, MCAD.NET, MCSE. Worked in the Institute for Cybernetics and Mathematics of Academy of Science of Cuba for 8 years; since 1995 working as free software architect, developer and adviser, first in Argentina and from 2003 to 2010, in Germany as External consultant in DWS Luxembourg, AIXTRON AG and Shell Deutschland GmbH and from 2010 to 2012 in Mexico working for Twenty Century Fox, and Mexico Stock Exchange (BMV). From 2013 to now in USA, Florida, First in FAME Inc. and now as Senior Software Engineer in Spirit Airlines.

Comments and Discussions