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

Multi-tenant apps with different versions can increase your profits

Last Updated: October 20, 2022 | Created: January 18, 2022

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

Building ASP.NET Core and EF Core multi-tenant apps – Part1: the database

Last Updated: January 17, 2023 | Created: January 4, 2022

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