Batch process/Schedule/Cron Job for .Net Developer

--

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?

  1. Can I create job that can trigger/start as per my schedule?
  2. Can start automatically?
  3. Can run on background?
  4. Can it’s give you run reports?
  5. 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.

  1. Quartz.NET
  2. Hangfire
  3. IHostedService (If you are using .net core)
  4. Azure WebJobs

--

--

No responses yet