Test Your Knowledge

VS + SQL - Lesson 5: Entity Framework Core (Intro) Quiz

Answer all questions to test your understanding

1 What does EF Core stand for?
2 What is an ORM?
3 What does DbSet represent in EF Core?
4 What method saves changes to the database in EF Core?
5 What is the advantage of EF Core over ADO.NET?
6 How do you read data in EF Core?
7 Which method adds a new entity to the database in EF Core?