The (long) journey to a better sharding multi-tenant application

Last Updated: August 18, 2023 | Created: August 18, 2023

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

Using custom databases with the AuthP library – Part1: normal apps

Last Updated: May 31, 2023 | Created: May 31, 2023

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

How to turn an ASP.NET Core appsettings.json file into a fast-read database

Last Updated: September 22, 2022 | Created: September 15, 2022

This article describes a way to create a database using ASP.NET Core appsettings.json configuration feature. The … Continue reading How to turn an ASP.NET Core appsettings.json file into a fast-read database

Three ways to securely add new users to an application using the AuthP library

Last Updated: October 20, 2022 | Created: June 17, 2022

The AuthPermissions.AspNetCore library (shortened to AuthP in this article) provides various features that can help you … Continue reading Three ways to securely add new users to an application using the AuthP library

Part6: Using sharding to build multi-tenant apps using ASP.NET Core and EF Core

Last Updated: October 20, 2022 | Created: April 5, 2022

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