Skip to content

pcolt/OOP-with-CSharp

Repository files navigation

.NET

create new solution for multiple projects

dotnet new sln -n

dotnet sln add

dotnet build

dotnet run --project

create a new project

dotnet new console -n

run tests

dotnet test --logger "console;verbosity=detailed"

debugging with .net

  • create launch.json ctrl+alt+p .NET generate assets for build and debug

MIGRATIONS

add migration

dotnet ef migrations add migratioinName

see list of migrations

dotnet ef migrations list

update database if application does not do it by default

dotnet ef database update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages