ASP.NET Core Console App Starter Project — Dependency Injection and Structured Logging

Shawn Shi
Sep 18, 2020

Motivation: I recently did a code review on a junior software engineer’s console application, and noticed the project was missing quite a few items, such as:

  • proper configuration
  • proper logging
  • decoupled services

This motivated me to create a template project as a starter for anyone who is looking to build a new console application in ASP.NET Core 3.1. If you want to dive straight into the code or just want…

--

--

Shawn Shi

Senior Software Engineer at Microsoft. Ex-Machine Learning Engineer. When I am not building applications, I am playing with my kids or outside rock climbing!