Web Host Builder in ASP.NET Core 2.0 - Day 2 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

Web Host Builder in ASP.NET Core 2.0 - Day 2 - 24 days of "Front-end Development with ASP.NET Core, Angular, and Bootstrap"

On the second of December, I want to share something from the first chapter of my upcoming book Front-end Development with ASP.NET Core, Angular, and Bootstrap. While reviewing and updating the code from ASP.NET Core 1.0 to version 2.0 I was faced with the challenge of how to explain what's going on in the initialization of the `WebHost` which was make much more simple and logic ASP.NET Core 2.0, but at the cost of being more "magic".…