ASP.Net Core Interview Questions and Answers
Q.1 What does WebHost.CreateDefaultBuilder() do? A. Configure integration with IIS B. Configure the default service provider C. Configure logging to read from the Logging section of the appsettings.json file and log to the Console and Debug window. D. All of the above Ans …