December 10, 2023Published by Jaliya Udagedara on December 10, 2023Categories CommunityEF Core 8.0: Better Use of IN QueriesWhen we are using Contains LINQ operator in an EF subquery, EF Core now generates better queries using SQL IN instead of EXISTS. This can result in […]
August 23, 2023Published by Jaliya Udagedara on August 23, 2023Categories CommunityEF Core 8.0 Preview: Raw SQL Queries for Unmapped TypesThis is one of my favorite features in EF Core 8.0 (or EF 8). Actually, it’s likely this is my all-time favorite in EF Core and I […]