You Can Finally Do This in Entity Framework Core
Summary
The transcript discusses a new feature in Entity Framework Core 10 enabling native left and right joins through a method-based approach. The speaker demonstrates how developers can perform joins by starting from a database context, specifying join sets, defining relationship keys, and optionally applying projections, sorting, and filtering. While appreciating the new join capabilities, the presenter also notes a current limitation in query syntax support for these join types, suggesting the implementation is still evolving.