.NET Core 3.0 introduces a new type of console application called Worker Service. I hope you are not confused with the term “Service Worker” that deals with offline web applications in the front-end world. In case you’re wondering what is it, you can refer to my other post to have a brief overview and this article for an in-depth understanding. This post introduces one way of building a scheduled job in .NET Core using Quartz.
Tag: