My org is just starting the transition from #DotNetFramework to #DotNetCore. Most apps to stay in Framework for a while. System-wide config is stored in machine.config w/encrypted appsettings & connectionstrings sections. I’ve created a .NET 4.8 console app that takes the path to a .NET Core exe or DLL & a list of settings & conn strings. It then launches the Core app w/settings/strings passed along as parameters.
Not sure if this is clever or very stupid. What say you? #dotnet #c# #C♯ #CSharp