
EF Core advanced

Quiz
•
Computers
•
1st - 5th Grade
•
Medium
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
Similar Resources on Wayground
17 questions
Vocabulary Development Quiz

Quiz
•
4th Grade
20 questions
Web Development Quiz

Quiz
•
2nd Grade
26 questions
Grade 3 Computer Q4

Quiz
•
3rd Grade
20 questions
Typing and Language

Quiz
•
5th - 6th Grade
20 questions
Google Sites Test

Quiz
•
2nd Grade
25 questions
ICT 3 3rd Quarter Assessment

Quiz
•
3rd Grade
25 questions
Familarizing with Tinkerkit

Quiz
•
5th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade