📚 Practice Mode

Entity Framework Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

Default method name created by Entity Framework to insert an entity in database is (Note: will be replaced by the name of actual Entity)

  1. InsertTo<EntityName>
  2. AddTo<EntityName>
  3. Insert<EntityName>
  4. Add<EntityName>