Employee-Management Creating new project with dotnet CLI: dotnet new mvc --name <project_name> Restore dotnet restore Build dotnet build Run dotnet run