Create dotnet new solution via terminal

We will keep you posted.

Create dotnet new solution via terminal

% dotnet new sln

% dotnet new webapi -o API

% dotnet sln add API

% code .

% dotnet run

% dotnet ef migrations add MyFirstMigration

% dotnet ef database update

% dotnet ef database drop

% dotnet run