Creating Worker Service + Entity Framework Core in .NET
Feb 22, 2022 · 6 min read · A worker service gives some kind of super-power to a console application. A worker service in .NET is a console app that runs a long-running task once the application is started, till it's signaled to close. It does not require user interaction. It r...
SLSSomanath and 2 more commented


