Entity Framework Core 3.0 – „Hidden“ GROUP BY Capabilities (Part 1)

With Entity Framework Core 3.0 (EF) the internal implementation of the LINQ query translation has been changed a lot. So, some queries that didn’t work previously are working now and some that worked are not working anymore. 🙂