Published onMay 1, 2020Using AppSettings in Blazor WebAssemblyBlazor.NET-CoreHow to load environment-specific appsettings.json in Blazor WebAssembly and access configuration values at runtime.
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 onOctober 6, 2019Publish client-side Blazor to GitHub pagesBlazor.NET-CoreStep-by-step fix for deploying Blazor WebAssembly to GitHub Pages, including .nojekyll, 404 routing, and base href configuration.
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.