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:
Access this course and 1400+ top-rated courses and projects.