Reverse engineering an existing database with Entity Framework

preview_player
Показать описание
Learn how to reverse engineer an existing database with Entity Framework in .NET Core.
Рекомендации по теме
Комментарии
Автор

Is it possible to generate dbcontext class in different class library nd model classes in different class library.

Uzair_Anwar
Автор

Hi.. thanks for the video. I have a question tho. You pulled customers and Genres separately, but Genre isn't supposed to be read by itself. it's a lookup table for another table. How do you retrieve relationship? i.e. instead of GenreID, I want to retrieve its name

changkim