Mention what is Code First approach and Model First Approach in Entity Framework?

Technology CommunityCategory: Entity FrameworkMention what is Code First approach and Model First Approach in Entity Framework?
VietMX Staff asked 3 years ago

In Entity Framework,

  • Model First Approach: In this approach we create entities, relationships directly on the design surface of EDMX.
  • Code Approach: For code approach we avoid working with the visual designer or entity framework.