Configuration/README.md

17 строки
1.1 KiB
Markdown
Исходник Обычный вид История

2014-05-13 04:48:16 +04:00
Configuration
=============
2015-04-02 04:05:40 +03:00
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/m1l7adh2cwv488dt/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Configuration/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/Configuration.svg?branch=dev)](https://travis-ci.org/aspnet/Configuration)
2014-05-13 04:48:16 +04:00
2016-02-29 02:32:57 +03:00
Configuration is a framework for accessing Key/Value based configuration settings in an application. Includes configuration providers for command line arguments, environment variables, INI files, JSON files, and XML files.
2014-05-13 04:48:16 +04:00
2016-02-29 02:32:57 +03:00
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
2014-06-02 04:41:43 +04:00
## Blog posts
2014-06-02 04:41:43 +04:00
2016-03-15 07:28:26 +03:00
* [ASP.NET vNext Moving Parts: IConfiguration](http://whereslou.com/2014/05/23/asp-net-vnext-moving-parts-iconfiguration/)
* [ASP.NET 5 Configuration - Microsoft.Extensions.ConfigurationModel](http://blog.jsinh.in/asp-net-5-configuration-microsoft-framework-configurationmodel/)
* [Configuration Providers](http://bleedingnedge.azurewebsites.net/2015/10/15/configuration-providers/)
2014-06-02 04:41:43 +04:00