Published onApril 9, 2019Simple Machine Learning classification with ML.NET (custom code without Model Builder).NET-CoreML.NETAIBuild a practical ML.NET multiclass classifier in .NET for bank transaction categorization without Model Builder.
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.