A demonstration of background service implementation in a .NET application
-
BackgroundServiceDemo Class: Demonstrates a background service in a .NET application. Inherits from the abstract class
BackgroundService. -
HostedService Interface Implementation: Includes the
HostedServiceDemoclass, implementing theIHostedServiceinterface for long-running tasks. -
HostedServiceLifecycleServiceDemo Implementation: Introduces the
HostedServiceLifecycleServiceDemoclass, implementing theIHostedLifecycleServiceinterface for extended lifecycle control.
- Clone the Repository:
git clone https://github.com/Jurayevkh/BackgroundServices.git