Configuration/README.md

16 строки
891 B
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
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.
2014-06-02 04:41:43 +04:00
## Blog posts
2014-06-02 04:41:43 +04:00
* [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/)
2014-06-02 04:41:43 +04:00