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

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