Reverse Engineering(Scaffolding) in Entity Framework Core Using ASP.Net Core Web API

preview_player
Показать описание
EF Core does not support a visual designer for the DB model and wizard to create the entity and context classes. So, we need to do Reverse engineering, which is the process of scaffolding entity type classes and a DbContext class based on a database schema. This reverse engineering command creates entity and context classes (by deriving DbContext) based on the schema of the existing database. It also includes the relationships(i.e. foreign-key, primary-key) between the entities.

#reverseengineering, #aspdotnetcorewebapi, #aspdotnetcore, #aspdotnetcoretutorial, #scaffold, #scaffolding, #scaffold-dbcontext, #efcore, #entityframeworkcore
Рекомендации по теме