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,
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