Integrate HangFire With ASP.NET Core WEB API

added by DotNetKicks
9/8/2016 1:56:09 PM

1158 Views

is an easy way to perform background processing in .NET and .NET Core applications. There isn't any need to have a separate windows service or any separate process. Hangfire supports all kinds of background tasks - short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent.


0 comments