Mid ASP.NET Core

Background tasks / hosted services?

  • Use IHostedService or BackgroundService to run background tasks.
  • Useful for timers, queue processing.

More from ASP.NET Core Tutorial

All questions for this course