Duration 19:26

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

105 watched
0
3
Published 5 May 2023

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

Category

Show more

Comments - 1