ASP.NET 5 Configuration

I am currently researching the new ASP.NET 5 configuration system. Microsoft has re-architected it to provide the following features.

  • Strongly typed classes for configuration values
  • Automatic type conversion from configuration store to class properties
  • Default values for configuration values
  • Optional encryption of individual keys using the user secrets store
  • Support for multiple configuration objects simultaneously
  • Support for multiple environments (development, staging, production)
  • Support for environment variables

My company currently uses an internally built configuration library that offers many of these features, but I am happy to see that we can probably retire our library and use the existing config system in ASP.NET 5 now.

Links Gathered During Research

ASP.NET 5
Other Guidance

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Blog at WordPress.com.

%d bloggers like this: