Alter the collation of a SQL query using entity framework functions
Changing the SQL Collation using an Entity Framework Query

A collection of 3 posts
Alter the collation of a SQL query using entity framework functions
3 easy ways to view the SQL created by Entity Framework Core (EF Core).
This post shows you how to intercept and view the SQL generated by Entity Framework Core. This method takes advantage of Microsoft's built in logging for .NET core. Only 2 lines of code required.