Setup Hangfire in visual studio solution | Hello World Application
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaPq6IAh0BBVYGNf-J9jtYJKBL7YPTNcmCYoIBIOWUzkIUV9tWPw-LeplpXRmqD4JTY2XqIOUGs9kt5syI7dchAUreed-iJ_g7e4tYgxHCpZ3IdlPqxtwmNc-LtnO7laJZ2_FJXTgCQVA/s1600/image001.png)
Step 1: Open Visual Studio and Execute below command in Package Manager Install-Package Hangfire After installation ensure highlighted reference added in project Step 2: Make sure SQL Server/Express or any edition reachable from your application - as Hangfire create set of tables Step 3: class Startup | Initialize hangfire Step 4: Register class|method that you want set as cron job Step 5: Run the application, hit the index url to register method - watch d:\ after a minute