-

   rss_habrahabr_of_lokoman

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2008
:
:
: 2

:


[ ] .NET Core

, 25 2019 . 13:22 +

DDD . , .


.NET Core, , , . . , .


public IConfiguration Configuration { get; set; }
public IHostingEnvironment Environment { get; set; }

public Startup(IConfiguration configuration, IHostingEnvironment environment)
{
 Environment = environment;
 Configuration = new ConfigurationBuilder()
            .AddJsonFile("appsettings.json")
            .AddJsonFile($"appsettings.{Environment.EnvironmentName}.json")
            .Build();
}

, , , .NET Core. .

https://habr.com/ru/post/453416/?utm_source=habrahabr&utm_medium=rss&utm_campaign=453416

:  

: [1] []
 

:
: 

: ( )

:

  URL