Skip to content
Sebastian P.R. Gingter edited this page Apr 15, 2015 · 3 revisions

Welcome to the SmartDev.ConfigurationMapper wiki!

1. About ConfigurationMapper

In short, SmartDev.ConfigurationMapper allows you to map your ASP.NET 5 application configuration (from a IConfiguration instance) to POCO objects.

It is particularly useful when you want an easy way to access your configuration values from your code, strongly typed and with well defined default values.

Table of Contents

  1. About and Table of Contents
  2. Quick Start
  3. Basic Usage
  4. Advanced Concepts: Alternative Keys
  5. Advanced Concepts: Alternative Scopes
  6. Support for Arrays
Clone this wiki locally