Tutorial about relationship in Entity Framework Core
- Relationship 1 x 1
- Relationship 1 x N
- Relationship N x N
- Fluent Mapping
- Migrations
- VS Code
- Dotnet SDK 6.0
- Command line tool dotnet-ef to migrations
- package Microsoft.EntityFrameworkCore 6.0.7
- package Microsoft.EntityFrameworkCore.Design 6.0.7
- package Microsoft.EntityFrameworkCore.SqlServer 6.0.7
$ git clone https://github.com/devjamesbrandao/relationship-ef-core.git
$ dotnet restore
$ dotnet build
$ dotnet tool install --global dotnet-ef
$ dotnet ef database update