Statistics
The Highest Post







Statistics
Count 22
Avg 1138.82
Min 21
Max 12317
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.