Test Your Knowledge

Razor Pages - Lesson 8: Full CRUD Project Quiz

Answer all questions to test your understanding

1 What does CRUD stand for?
2 Which method is used to add a new entity to the database in EF Core?
3 What is the purpose of EntityState.Modified?
4 How do you delete an entity in EF Core?
5 What is the purpose of Include() in EF Core?