How to take advantage of Dependency Injection in .Net Core 2.2 + Console Applications
https://medium.com/@lschoeneman/how-to-take-advantage-of-dependency-injection-in-net-core-2-2-console-applications-274e50a6c350
Larry SchoenemanBlockedUnblockFollowFollowingApr 2This article is the first of a multi-part series on building console applications in .Net Core.
I’ve been working on a machine learning application for work. As with anything machine learning related, you need lots and lots of data. Unfortunately, mine is in a truly messed up format. Rather than use all sorts of convoluted approaches in Python, I decided to do this in C# because: