Skip to main content

Utils Commands - .NET

dotnet new webwebapi

# Minimal version
dotnet new webapiweb

dotnet new list

dotnet new gitignore

# nuget.org // .NET Gallery
dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 6.0.3