

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is an entry point of ASP.NET Core application? |
A. | Main method of Program class |
B. | Configure method of Startup class |
C. | ConfigureService method of Startup class |
D. | Application_start method of Global.asax |
Answer» B. Configure method of Startup class | |