16 строки
891 B
Markdown
16 строки
891 B
Markdown
Configuration
|
|
=============
|
|
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)
|
|
|
|
Configuration is a framework for accessing Key/Value based configuration settings in an application.
|
|
|
|
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.
|
|
|
|
## Blog posts
|
|
|
|
* [ASP.NET 5 Moving Parts: IConfiguration](http://whereslou.com/2014/05/23/asp-net-vnext-moving-parts-iconfiguration/)
|
|
* [ASP.NET 5 Configuration - Microsoft.Framework.ConfigurationModel](http://blog.jsinh.in/asp-net-5-configuration-microsoft-framework-configurationmodel/)
|
|
|