EF Core advanced

EF Core advanced

1st - 5th Grade

21 Qs

quiz-placeholder

Similar activities

Ulangan Harian TIK Kelas 10

Ulangan Harian TIK Kelas 10

1st Grade

20 Qs

File Management

File Management

3rd Grade

20 Qs

ASH BAB 3 - 5 SMT 1

ASH BAB 3 - 5 SMT 1

5th Grade

20 Qs

Quiz Corner Komputer Grade 1 - 3

Quiz Corner Komputer Grade 1 - 3

1st - 3rd Grade

20 Qs

I.C.T ASSESSMENT

I.C.T ASSESSMENT

3rd - 6th Grade

20 Qs

Year 3 ICT REVISION exercise after examination

Year 3 ICT REVISION exercise after examination

3rd Grade

20 Qs

ICT P4 1st Term T2 L3: Using ICT Tools in a healthy and ethical

ICT P4 1st Term T2 L3: Using ICT Tools in a healthy and ethical

4th Grade

19 Qs

Nguyen Dung_DS321 Machine learning

Nguyen Dung_DS321 Machine learning

1st - 4th Grade

20 Qs

EF Core advanced

EF Core advanced

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Nataly Revutska

Used 2+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

.Where(Func<int, int> predicate) is a signature of

IEnumerable

IQueryable

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To provide lazy loading we need to mark navigation property as _____ and the entity should not be _____

(write two words separated by space)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

TPH розшифровується як ________________

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What can IEnumerable do?

LINQ-to-SQL

LINQ-to-Object

Can pass a compiled function to LINQ extensions

Can pass an expression tree to LINQ extensions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How Include() solves N+1 problem?

By running queries asynchronously

Using JOIN

By grouping big number of queries

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will be returned if LazyLoading is turned On and Off respectively ?

var countries = db.Countries.Take(3);


var capitals = new List<Capital>();


foreach(var country in countries)

{

capitals.Add(country.Capital.Name);

}


return capitals;

On (null reference exception) | Off (null reference exception)

On (null reference exception) | Off (returns list of Capital names)

On (returns list of Capital names) | Off (null reference exception)

On (returns list of Capital names) | Off (returns list of Capital names)

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which additional method(s) we can use in the explicit loading?

Collection()

LoadAll()

Reference()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?