Schedule Jobs! - Beginner's Guide to Quartz.NET in ASP.NET Core
July 25, 2024
• 11,505 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#
Building a web service that has to do some heavy lifting? Here's what you probably DON'T want to do:
Block the request for 3 minutes while you do the work.
How about if you need to run some work on your server on a schedule? Can we do better than Task.Delay every X hours to go get things fired off?
An answer to both of these questions can be found with Quartz.NET! In this video, I'll walk you through one of the ways that you can get this job scheduling framework set up in your ASP.NET Core applications.
