Review

Image

Based on what you’ve learned about the Code First Workflow so far, are the following statements true or false?

T        F

____  ____  In the concrete DbContext class, the entity sets are represented using List<T> (List(Of T) in Visual Basic).

 

____  ____  It’s customary to separate the classes that represent entities from the class that represents the context into separate projects.

 

____  ____  You don’t need to add a connection string to the App.config file if you’re using SQLExpress and you want Entity Framework to create a database for you.

 

____  ____  The project that defines the entity classes requires the Entity Framework NuGet ...

Get Fluent Entity Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.