PreviousNext

JSON Configuration in ASP.NET Core MVC

by bill-s, 2016-01-23T20:38:56.000Z

Structured data in earlier versions of ASP.NET meant creating and registering custom types and configuration sections for our applications. In ASP.NET Core and in Core MVC, structured configuration is a breeze with support for JSON documents as the storage mechanism and the ability to flatten hierarchies into highly portable keys.

Read More