Equi join Operations

Learn the basics about equi joins in LINQ.

We'll cover the following

Joins

A join is an association between objects of two data sources based on common attributes. In EF Core, we create relationships between objects through the navigational properties of the related entities. Therefore, we use joins to associate elements from different source sequences that do not have a direct relationship in the object model.

Get hands-on with 1200+ tech skills courses.