The generic host is Microsoft's endeavour to bring a more structured runtime to its applications. You can use the generic host in Console applications and take advantage of the ability to set up scopes and cross-cutting concerns.
You can even structure your code to introduce a lifecycle (start/stop events etc.), but we'll get to that in a future video.
Please like and subscribe.
#csharp #dotnet