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
I have written a series about a better way to handle authorization in ASP.NET Core which … Continue reading Part 7 – Adding the “better ASP.NET Core authorization” code into your app