Dotnet Dotnet, EF Core and Multi-Tenancy What is multi tenancy? When you're making an application that's going to be used by groups of users, it can be useful to bake in the concept of tenancy, to simplify
Dotnet DotNet X509Certificate2 under Docker I was recently playing with SSL certificates in dotnet, and found myself in a position of needing to import a custom certificate. I created my custom CA, imported the file and in Windows,
Platformio PlatformIO - whitespace character in project paths If you find yourself getting the error message: Error: Detected a whitespace character in project paths then you have one of two options (that I know of): Create a new user profile with
UWP How to add an Animated Splash Screen to a UWP App How to add an Animated Splash Screen to a UWP App Want to bring some more life to your application start up process and engage your users? This brief tutorial shows how you
Getting Started Hello world! Welcome to my blog! This is a collection of stuff that I find interesting, amusing or worth sharing. I have been programming for a quite some time; it's been almost 30 years
C# C# Asp.Net MVC Editor Templates Editor templates are used in ASP.Net to provide a standard html snippet for a model that can be accessed via the static html helper class @Html.EditorFor(). As with a lot of