Understanding the Backend Entry Point
Learn about the backend entry points of the project.
We'll cover the following
An ASP.NET Core app is a console app that creates a web server. The entry point for the app is a method called Main
in a class called Program
, which can be found in the Program.cs
file in the root of the project:
Get hands-on with 1400+ tech skills courses.