What is Code First approach in Entity Framework?

Technology CommunityCategory: Entity FrameworkWhat is Code First approach in Entity Framework?
VietMX Staff asked 3 years ago

In Code First approach we avoid working with the Visual Designer of Entity Framework. In other words the EDMX file is excluded from the solution. So you now have complete control over the context class as well as the entity classes.