← Back
Milan Jovanovic December 12, 2025 10m

EF Core 10 Finally Adds LeftJoin + RightJoin (Too Little, Too Late?)

Summary

The transcript discusses a new feature in Entity Framework Core 10 that provides native support for performing left and right joins in LINQ. The speaker explains the concept of a left join using a visual example with products and reviews tables, demonstrating how unmatched records from the left table are retained with null values for the right table. The practical takeaway is a detailed explanation of how to implement left joins in EF Core, showcasing the improved syntax and method for achieving this database operation more efficiently.

View original episode ↗