Quartz.NET as ASP.NET Core Hosted Service - Configuration Basics!
July 26, 2024
• 4,200 views
quartzquartz.netquartz.net scheduler example c#quartz schedulermanage jobsnet corequartz.net tutorial c#dotnetbackground tasksworker servicejob schedulersoftware engineeringtask schedulerdistributed schedulingjob scheduler tutorialsoftware architecturewhat is job schedulerasp.netasp.net coredotnet 7aspnetaspnet coreasp.net core 8how to be a .net developerC# web apirest apivisual studiodotnet web apiwebapiasp net corec#
There's more than one way to set up Quartz.NET in your applications... and that's both good and bad!
The good news: You get flexibility!
The bad news: What the heck is the right way?!
Fear not! I'll walk you through this second option which is probably the most common approach for ASP.NET Core developers. We can get Quartz.NET hooked up nicely into our dependency injection framework!
