This is the second of a series of posts on this topic. The first was a background and the console application I intend to hang this on. In this post I will add the configuration extension to allow me to configure applications settings in a JSON file. The first step is to download the sourceContinue reading “Adding the Microsoft.Extensions.Configuration to a .NET Framework Project”
Tag Archives: net
Adding Microsoft.Extensions to .NET Framework Application.
I have seen some pretty nice code in the .NET Core/.NET 5.x github and one of the things that interests me most currently is the extendable framework code. All reasonably complex applications make use of supporting assemblies these days with dependency injection, logging, composition containers, configuration files, and complex command line processing being a fewContinue reading “Adding Microsoft.Extensions to .NET Framework Application.”