I am learning Entity framework and linq-to-entities.
It's possible to get cross values from multiple tables using JOINS (join keyword) or using the navigation fields ( associations) in which case the framework knows how to reference the cross data.
My question is what to use when?