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