What is differences between this 2 approaches for creating a background task?:
- Inside XYZ solution creating a class which is implementing ‘IHostedService’ or ‘BackgroundService’ interface.
- Creating seperate “Worker Service” project template.
What is differences between this 2 approaches for creating a background task?: