Skip to content

Windows service using Asp.Net core to create zip file and upload to the Azure blob storage daily, weekly, monthly using Quartz with Dependency Injection, NLog, You also have an option to use any database to save the scheduler information so that it is persistent

SibeeshVenu/Perfect-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfect-Scheduler

Windows service using Asp.Net core to create zip file and upload to the Azure blob storage daily, weekly, monthly using Quartz with Dependency Injection, NLog

Windows services are a good way for reducing some manual jobs that we have to do in our system.

The jobs of this windows service is given below.

  • Zip the folder and save the file to a particular directory
  • Upload the zipped folder to the Azure blob storage
  • You also have an option to add any database so that you can save the scheduler information and make it persistent

Daily, Weekly, Monthly. Please feel free to read this article here: https://sibeeshpassion.com/tag/quartz-scheduler/

About

Windows service using Asp.Net core to create zip file and upload to the Azure blob storage daily, weekly, monthly using Quartz with Dependency Injection, NLog, You also have an option to use any database to save the scheduler information so that it is persistent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages