Kizspy | Question: 7 (Choose 1 answer)
What is the Startup class in ASP.NET Core Web API?
A. Startup class is the entry point of the ASP.NET Core application or Web API.
B. It is not necessary that class name must be Startup, it can be anything, just need to configure startup class in Program class.
C. Both the answers are corect
D. Both the answers are incorrect