What are the advantages of Model First Approach?

Technology CommunityCategory: Entity FrameworkWhat are the advantages of Model First Approach?
VietMX Staff asked 3 years ago
  • Model first approach gives the flexibility to design the Entity Models independently and gives an option to improve at later stages.
  • Model classes can be created by drawing it in the edmx designer, so no much of database is required.