Published onMarch 7, 2020EF Core Query Tags and AlternativesEF-Core.NET-CoreSerilogHow to trace and diagnose EF Core queries using TagWith, log scopes, and structured logging tools like Seq and Application Insights.
Published onJune 1, 2018Handling EF Core migrations in a teamEF-CoreTeam workflow for handling conflicting EF Core migrations across branches while keeping DbContext snapshots consistent.
Published onFebruary 1, 2018.NET Core complex EF Core unit testing.NET-CoreEF-CoreUnit-TestUse SQLite in-memory with EF Core tests to cover SQL behavior, constraints, and query scenarios the InMemory provider misses.