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.
Published onJune 13, 2015Comparison between C# 5 and 6 featuresSide-by-side examples of C# 5 vs C# 6 features including nameof, null-conditional operators, exception filters, and string interpolation.