Dependencies injection in console application using Unity
I’ve been building a little console app to be run as an Azure web job for my side project. I want to re-use some of the services in the business logic layer that serves the website this web job is for. This requires some dependencies injection in this console app. There is a Schedule service that … [Read more…]