The worker service project has a major update in .NET 8 with new lifecycle events available in a hosted service.
The new IHostedLifecycleService interface adds new lifecycle events before and after a service has started and stopped.
Stay tuned as we show you the new lifecycle events and how to implement them into a background service. This allows you to take advantage of importing/exporting data as well as validation of a background service.
📖 Learn .NET and C# with our online courses 📖
https://www.roundthecode.com/dotnet-c...
👨💻Take our .NET and C# coding challenges👨💻
https://www.roundthecode.com/dotnet-c...
► More information:
https://www.roundthecode.com/dotnet-t...
🎥 Playlist 🎥
• .NET 8 and C# 12 new features
► Chapters
0:00 Coming up...
0:12 Background service
0:48 What's in IHostedService?
1:05 What's in IHostedLifecycleService?
1:51 Add IHostedLifecycleService to a background service
2:11 Testing the new lifecycle events in a background service
2:57 Learn more about a worker service
#workerservice #dotnet #dotnet8