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 onApril 29, 2018How to get Angular logs to SeqSerilogAngularGuide to sending Angular client-side logs to Seq using JSNLog and structured logging for better debugging and diagnostics.
Published onApril 9, 2018Remote debugging on Android and iOS devicesDebuggingSet up remote debugging for mobile web apps on Android and iOS in restricted networks using hotspot and proxy tooling.
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.
Published onJanuary 21, 2018Why is Serilog not writing my logs into Seq? (Console app).NET-CoreSerilogFix common Seq logging issues in .NET console apps by configuring Serilog lifecycle, exception handling, and proper flush/disposal.