0
kicks
Don't use joins in Linq
One of the greatest benefits of LINQ to SQL and LINQ to Entities are navigation properties that allow queries across several tables, without the need to use explicit joins. The resulting code is much more readable, and the SQL generated by both Linq queries is identical.