Published onJune 6, 2019ASP.NET Core 5 + Serilog.NET-CoreSerilogPractical setup for ASP.NET Core with Serilog and Seq, including startup error capture and appsettings-based configuration.
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 onJanuary 26, 2019Real-time face recognition with Microsoft Cognitive ServicesAzureCognitive-ServicesAIBuild real-time face recognition with Azure Face API and OpenCV, with tips to reduce cost and improve detection quality.
Published onSeptember 1, 2018Remote web debugging with VorlonDebuggingRemote web debugging tutorial with Vorlon.js for inspecting console output and DOM on browsers and devices.
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.