Questions
- How does Entity Framework Core adapt to several different database engines?
- How are primary keys declared in Entity Framework Core?
- How is a string field's length declared in Entity Framework Core?
- How are indexes declared in Entity Framework Core?
- How are relations declared in Entity Framework Core?
- What are the two important migration commands?
- By default, are related entities loaded by LINQ queries?
- Is it possible to return database data in a class instance that isn't a database entity? If yes, how?
- How are migrations applied in production and staging?