Entity Framework Core - Database first - MySQL

Опубликовано: 26 Март 2026
на канале: Tomas Ruiz Diaz
6,382
154

Updated Video 2024:    • Entity Framework Core - Database first - M...  

English Channel:    / @tomiruizdiaz1  

✅ Udemy Course Coupons:
https://truizdiaz.github.io/cupones/

Repository: https://github.com/truizdiaz/EFC-Data...

Northwind Database: http://www.geeksengine.com/article/ex...

Visual Studio Community Installation:    • Instalación Visual Studio Community  

MySQL Workbench Installation:    • Como instalar instalar MySQL Server Commun...  

In this video, we'll see how to configure Entity Framework Core Database First with the .NET Core 5 SDK. We'll be using the popular database... Northwind

00:00:00 - Introduction
00:01:00 - Northwind Database Migration
00:02:19 - Backend Creation
00:03:58 - Package Installation
00:05:48 - Generating the Migration
00:08:26 - Creating CustomerController