application with dotnet core asp.net core code example
Example: run dotnet core app
# run the application and update automatically after changes
dotnet watch run
# run the application and update automatically after changes
dotnet watch run