CPU5005 Exam Revision Entity Framework Approaches Quiz

?

1. Entity Framework creates an .edmx (database map) file which can be viewed as a graphical representation of the database, its tables and relationships etc in Visual Studio. This file then is used to create/update domain model classes

  • Database-First
  • Code-First
1 of 17

Other questions in this quiz

2. Dealing with some database objects (stored procedures etc.) can make things more difficult than with database-first

  • Code-First
  • Database-First

3. Changes can be more easily rolled-back if necessary

  • Code-First
  • Database-First

4. Can be laborious and complicated to create models for large databases

  • Code-First
  • Database-First

5. Make changes and migrate so all changes are contained in one “realm” (the programming code)

  • Code-First
  • Database-First

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Computing resources »