Redis – How do we tie an expensive SQL Server query back to the part of C# / EF Core code that generated it?
I'm looking for a reliable strategy that will allow me to relate a performance problem that the Azure portal has highlighted, back to some query in the C# .NET 7 / EF Core 7 app that has generated that query.…