I am working on a project in ASP.NET Framework 4.7.2 which uses Azure AD and MSAL to access data from server API within my company. However all the Microsoft tutorials are for .NET Core, and there no much examples for .NET framework. So I am wondering how one can implement the .NET Core tutorial to .NET framework.
For example, in the following Microsoft tutorial, a sample Program.cs code is given. However there is no Program.cs in .NET framework. text How I can use the example code in my .NET framework project?