.net5 Console App

coding like it's 1985

2021-01-22 14:27:45
Marc has blogged:


Over the past 12 months I have found myself throwing together carefully crafting a .net Console App to automate a task. Creating a new Console App from within Rider (or Visual Studio) only stubs out the bare bones and is missing a few of the essentials that we take for granted when building out web apps…

  • Dependency Injection

  • Configuration

  • Logging


  • This article runs through the steps needed to set up these things so that I don’t have to dig through my code repos and/or hunt around the intertubes.


Read the full article