Worker Service in .Net Core 3.0
What is a Worker Service, what is solves? Sometimes our business scenarios need long-running tasks that run in the background, to watch something or compute something. This kind of scenario was impossible before .Net Core 2.1. A lot of functionalities were ‘ported’ or re-written from the old version, but this…