Create a Sample ASP.NET Core App

dotnet new webapp -o MyWebApp cd MyWebApp dotnet run