Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background Services Example

A demonstration of background service implementation in a .NET application

🚀 Features

  • BackgroundServiceDemo Class: Demonstrates a background service in a .NET application. Inherits from the abstract class BackgroundService.

  • HostedService Interface Implementation: Includes the HostedServiceDemo class, implementing the IHostedService interface for long-running tasks.

  • HostedServiceLifecycleServiceDemo Implementation: Introduces the HostedServiceLifecycleServiceDemo class, implementing the IHostedLifecycleService interface for extended lifecycle control.

🛠️ Usage

  1. Clone the Repository:
    git clone https://github.com/Jurayevkh/BackgroundServices.git
    

About

Background Services in ASP.NET Core Web API Examples

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages