Hangfire implemetation
问题 i am new to hangfire and looking for the solution which can solve the below case take the data from the DB and convert this to CSV file. this should happen when ever the user insert the new record,hangfire should fire end of the day if there is new record inserted. Can we deploy hangfire on the local machine and do the testing 回答1: take the data from the DB and convert this to CSV file You can use hangfire to run any public method on any class in your application. So if you write a method