I have been looking for sample code Hangfire / asp.net. All i need is to do below:
Set up timer(1:00 pm PST daily) call sql statement "Select * from tblcontact" in the MS SQL Server database "Contact".
and capture the data and download to new excel sheet to c:\Data\
I can handle the part doing down from sql to excel sheet.
Can anyone show me exactly how it works in asp.net / c#? I already downloaded the HangFire DLL. and I can see the object.
I just need some thing simple to get start. And prefer not to use their template.