EF Core basics

EF Core basics

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

Nang Ning Nung Data Base

Nang Ning Nung Data Base

1st Grade - University

10 Qs

PROGRAMACION IV - EVALUACION

PROGRAMACION IV - EVALUACION

1st Grade

10 Qs

AWS Cloud Practitioner RELX Quiz 4

AWS Cloud Practitioner RELX Quiz 4

1st Grade

15 Qs

Kuiz - Kod Arahan (Bab 4)

Kuiz - Kod Arahan (Bab 4)

3rd Grade

20 Qs

Data Relational Model

Data Relational Model

1st Grade

20 Qs

Introduction to MongoDB and NoSQL Quiz

Introduction to MongoDB and NoSQL Quiz

1st Grade

15 Qs

Administración BD - Configuración y administración

Administración BD - Configuración y administración

1st Grade

10 Qs

Entity Framework Revise

Entity Framework Revise

1st Grade

11 Qs

EF Core basics

EF Core basics

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Nataly Revutska

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following development approaches EF Core supports?

Code-First and Database-First

Model-First and Database-First

Code-First, Database-First, Model-First

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Fluent API is most commonly accessed by overriding the _____________ method on your derived DbContext.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to execute plain SQL in EF?

DbSet.ExecuteSqlCommand()

DbContext.SqlQuery()

DbSet.SqlQuery()

u can not execute plain SQL in EF

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The _______ attribute can be applied to properties of an entity class for which we do not want to create corresponding columns in the database

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The composite key can be created using:

Fluent API

DataAnnotations

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does EFC wrap operation in a transaction, when you execute SaveChanges() to insert, update or delete data into the database?

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whether the created index is unique by default?

Yes

No

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?