EF Core is killing your SQL Server
A bit dramatic title. But yes, EF Core, paired with Linq Contains method negatively impacts your SQL server performance and observability. Let’s dig in. EF Core does not translate Linq Contains method correctly. The query produced is not parameterized. Meaning…