ASP.NET Core開發(fā)系列之后臺任務利器Hangfire 使用。
Hangfire 是一款強大的.NET開源后臺任務利器,無需Windows服務/任務計劃程序。
可以使用于ASP.NET 應用也可以使用于控制臺。Hangfire 只需簡單幾句代碼即可創(chuàng)建新的不同種類的任務。
目前 Hangfire 已經(jīng)支持.NET Core ,現(xiàn)在就給大家講解下在ASP.NET Core 里的使用。
Hangfire GitHub:https://github.com/HangfireIO/Hangfire
官網(wǎng):http://hangfire.io/
相關(guān)文檔介紹:http://docs.hangfire.io/en/latest/
首先我們新建一個ASP.NET Core Web Application
選擇模板-》空的模板
然后添加引用: