Tag: dependency injection
Perfect console application in .net Core: set up dependency injection
It may seem that when creating a console application we are doomed to use statics all over the code. Well.. we’re not! I’ll show you how to set up dependency injection and use it. This is a part of a series of articles about writing a perfect console application in .net core 2. Feel free… Continue reading Perfect console application in .net Core: set up dependency injection