Using ASP.NET Core goodies in a console app
The problem I've been working a lot on ASP.net Core web applications recently and have really come to enjoy the built in dependency injection and configuration libraries. I was recently building a console app using .NET Core and really missed having these goodies available to me. There are .NET… Read more →