Batch process/Schedule/Cron Job for .Net Developer
Jan 3, 2021
In most of the large volumes data centric applications need to run/process data in background. So in this article I am sharing some of the library we can use to do this job.
What will we do with this tools and what you expect from it?
- Can I create job that can trigger/start as per my schedule?
- Can start automatically?
- Can run on background?
- Can it’s give you run reports?
- Can I use logs to find out the problems? etc.
So here I am giving you some of the list that can fulfill your expectation.
- Quartz.NET
- Hangfire
- IHostedService (If you are using .net core)
- Azure WebJobs