ASP.NET Tips How to Host a Background Task in ASP.NET Core Application September 20, 2022 Javier Huthon In this post, I share how I used the Microsoft.Extensions.Hosting.IHostedService interface and System.Thread.Timer class available in ASP.NET core to run a background job at a specified interval. It is