Blazor Using AppSettings in Blazor WebAssembly While client-side Blazor technically isn't yet stable, I love working with it more than other web front-end technologies. One significant hiccup I found while developing Cognitive Studio is having environment-sensitive configurations for the
EF Core EF Core Query Tags and Alternatives UPDATE: Upgraded samples to EF Core 5. (you can find old sample code in this branch) When doing a performance review on client applications (and my friend's apps), I often see issues related
Blazor Publish client-side Blazor to GitHub pages Trying to publish client-side Blazor to GitHub pages but doesn't work? This blog posts covers how to make that happen! 🚀
Serilog ASP.NET Core 5 + Serilog UPDATED TO .NET 5 (31/12/2020) I have been a great fan of Serilog and Seq for over 2 years and I delivered great value to many of my clients. After many
.NET Core Simple Machine Learning classification with ML.NET (custom code without Model Builder) TL;DR; check my GitHub project for bank transaction classification. https://github.com/jernejk/MLSample.SimpleTransactionTagging UPDATE: If you are looking to learn Machine Learning with minimum code and effort, check out Simplified
.NET Core .NET Core complex EF Core unit testing When writing unit tests for EF Core we can use InMemoryDatabase so that we don't have to create mock repositories. But sometimes we need to test functionalities that are not supported in in-memory-database.
Serilog Why is Serilog not writing my logs into Seq? (Console app) When setting up Serilog for .Net Core Console application there a few things to keep in mind on initial setup. The most important one is the lifecycle for Serilog since the lifecycle of