How to update a NuGet library once the author isn’t available
I’m writing this article because I have an illness called dementia, which over time degrades a … Continue reading How to update a NuGet library once the author isn’t available
I’m writing this article because I have an illness called dementia, which over time degrades a … Continue reading How to update a NuGet library once the author isn’t available
This article is about a pattern / library that allows you to create methods that can … Continue reading A pattern / library for methods that return a status, including localization
One of users of my AuthPermissions.AspNetCore library (shortened to AuthP in this article) asked for support … Continue reading Improving the support of multiple languages in .NET applications
This article described a .NET distributed cache library called Net.DistributedFileStoreCache (referred to as FileStore cache in … Continue reading A .NET distributed cache with a ~25 nanosecond read time!
This article describes how to use EF Core and ASP.NET Core to create a multi-tenant application … Continue reading Part6: Using sharding to build multi-tenant apps using ASP.NET Core and EF Core
This article explores ways you can make each tenant in your multi-tenant applications have different features … Continue reading Multi-tenant apps with different versions can increase your profits
In Part 1 of this series, you learnt how to set up the multi-tenant application database … Continue reading Building ASP.NET Core and EF Core multi-tenant apps – Part2: Administration
Multi-tenant applications are everywhere – your online banking is one example and GitHub is another. They … Continue reading Building ASP.NET Core and EF Core multi-tenant apps – Part1: the database
This article is about automating the testing of applications that use Entity Framework Core (EF Core), … Continue reading New features for testing your Entity Framework Core 5 and above