Which of the following is an entry point for the ASP.NET Core application?
1
Main method of Program class
2
Configure method of Startup class
3
ConfigureService method of Startup class
4
Application_start method of Global.asax
Which of the following is an entry point for the ASP.NET Core application?