Entity Framework Core 2: Getting Started - Creating a Data Model and Database with EF Core

Опубликовано: 01 Октябрь 2024
на канале: Manuel Soberano
106
1

Creation of two solutions with EF Core:
1.- Using .Net Framework 4.7
2.- Using .Net Core 2.2

We will do code-first.

We will create a first migration where our Database will be created automatically, with a one-to-many relationship.

And a second migration will be created where many-to-many and one-to-one relationships will be applied.

We will use dependency injection.

4 projects will be created for the separation of responsibilities.

Code: https://github.com/jmanuelsoberano/En...

Para saber más de mí, visita los siguientes enlaces:
https://www.manuelsoberano.com
  / jmanuelsoberano  
https://github.com/jmanuelsoberano
  / josemanuelcampossoberano