Quiz: Save Data

Review your knowledge of saving data in EF Core.

We'll cover the following...

Quiz on Save Data

1.

Which method of DbContext saves entities to the database?

A.

Add()

B.

Save()

C.

SaveChanges()

D.

Insert()


1 / 5
...