Create new asp.net site with SQLite database
dotnet new mvc -au Individual
Cross compile on Windows for Ubuntu:
dotnet publish --runtime ubuntu.22.04-x64 -c Release
then to run it
dotnet myprojname.dll
Create a minimal dotnet 7 app with anonymous function for endpoints
dotnet new web