Statistics
The Highest Post







Statistics
Count 20
Avg 21.00
Min 21
Max 21
Asp.Net Core Top questions

Details



Peter Agyekum What is host in AspNetCore? ASP.NET Core apps configure and launch a host. The host is responsible for app startup and lifetime management. Host configures a server and a request processing pipeline. The host can also set up logging, dependency injection, and configuration.