Building ASP.NET Core and EF Core hierarchical multi-tenant apps
This article looks at a specific type of multi-tenant where a tenant can have a sub-tenant. … Continue reading Building ASP.NET Core and EF Core hierarchical multi-tenant apps
This article looks at a specific type of multi-tenant where a tenant can have a sub-tenant. … Continue reading Building ASP.NET Core and EF Core hierarchical multi-tenant apps
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
There are many ways to migrate a database using EF Core, and one of the most … Continue reading How to safely apply an EF Core migrate on ASP.NET Core startup
In December 2018 I wrote the first article in the series called “A better way to … Continue reading Finally, a library that improves role authorization in ASP.NET Core
This is a companion article to the EF Core Community Standup called “Performance tuning an EF … Continue reading Five levels of performance tuning for an EF Core query
In this article I look at my use of a clean architecture with the modular monolith … Continue reading My experience of using the Clean Architecture with a Modular Monolith
This article is about my experience of using a Modular Monolith architecture and Domain-Driven Design (DDD) … Continue reading My experience of using modular monolith and DDD architectures
This article looks at the capabilities of Cosmos DB database when used via the new EF … Continue reading An in-depth study of Cosmos DB and the EF Core 3 to 5 database provider