3
Answers

Entity Framework Code First Options

Rollin Shultz

Rollin Shultz

9y
626
1
Is the database migration automatically written to match all class properties, or can I use a general class and then pick which properties I wish to be included in the db? How do I manage classes as table objects? Does each model become a table?
Answers (3)