The difference between Value and Reference Types in the C# Language with examples and diagrams
ASP.NET Core
A collection of 4 posts
Changing the SQL Collation using an Entity Framework Query
Alter the collation of a SQL query using entity framework functions
3 Ways to View and Log the SQL Generated by Entity Framework Core 5
3 easy ways to view the SQL created by Entity Framework Core (EF Core).
How to View the SQL Generated by Entity Framework Core using .NET Core's built in Logging
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.