eager loading c#

C#
Eager Loading is the process where a query for one type of entity also loads related entities as a part of the query.
Source

Also in C#: