Class Program
The entry point for the backend. The backend consists of a .NET 8.0 web application. The backend is deployed as a monolith on Azure. The backend is a containerized application.
internal static class Program
- Inheritance
-
Program
- Inherited Members
Methods
Main(string[])
The main method.
public static void Main(string[] args)
Parameters
args
string[]Command-line arguments passed to the application.