How to Handle Background Tasks in .NET Core Using Hosted Services?

Asked 1 year ago Updated 1 year ago 1314 views

0

I must run periodic background tasks in my .NET Core application (e.g., every hour data cleanup). What is the best way to use IHostedService or BackgroundService for this purpose? Are there any caveats to watch out for?

0 Answers


Write Your Answer