Writing Queries with LINQ to EntitiesQuerying All the Data from a SetUsing LINQ for Sorting, Filtering, and MoreFinding a Single ObjectQuerying Local DataUsing the Load Method to Bring Data into MemoryRunning LINQ Queries Against LocalWorking with the ObservableCollection Returned by LocalLoading Related DataLazy LoadingUnderstanding the downsides of lazy loadingEager LoadingUnderstanding the downsides of eager loadingUsing Include in LINQ queriesExplicit LoadingChecking If a Navigation Property Has Been LoadedQuerying Contents of a Collection Navigation PropertyExplicit Loading a Subset of the Contents of a Navigation Property