/relationship-ef-core

Relationship in EntityFramework Core

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Entity Framework Core Relationship


🔍 About

Tutorial about relationship in Entity Framework Core

💡 Topics Covered

  • Relationship 1 x 1
  • Relationship 1 x N
  • Relationship N x N
  • Fluent Mapping
  • Migrations

💻 Tools

Tools and packages

  • 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

🔎 How to use?

$ git clone https://github.com/devjamesbrandao/relationship-ef-core.git

$ dotnet restore

$ dotnet build

$ dotnet tool install --global dotnet-ef

$ dotnet ef database update