PreviousNext

Customizing ASP.​NET Core Part 02: Configuration

by JuergenGutsch, 2018-09-25T06:45:54.005Z

This second part of the blog series about customizing ASP.NET Core is about the application configuration, how to use it and how to customize the configuration to use different ways to configure your app. Maybe you already have an existing XML configuration or want to share a YAML configuration file over different kind of applications. Sometimes it makes also sense to read configuration values out of a database.

Read More