A detailed look at EF Core’s JSON Columns feature
Some developers used EF Core JSON Columns in their DbContext when using my EfCore.SchemaCompare library, then … Continue reading A detailed look at EF Core’s JSON Columns feature
Some developers used EF Core JSON Columns in their DbContext when using my EfCore.SchemaCompare library, then … Continue reading A detailed look at EF Core’s JSON Columns feature
This article focuses on the sharding approach of building a .NET multi-tenant application using the AuthPermissions.AspNetCore … Continue reading The (long) journey to a better sharding multi-tenant application
The AuthPermissions.AspNetCore library, referred to as AuthP library, provides enhanced Roles authentication and multi-tenant services to … Continue reading Using custom databases with the AuthP library – Part1: normal apps
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 describes some advanced techniques around adding or updating claims of users when building ASP.NET … Continue reading Advanced techniques around ASP.NET Core Users and their claims
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