WPF and .NET Generic Host with .NET Core 3.0
I like very much the idea of a .NET Generic Host in the MSDN documentation:
An object that encapsulates an app's resources, such as:
- Dependency injection (DI)
- Logging
- Configuration
- IHostedService implementations