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
I’m writing this article because I have an illness called dementia, which over time degrades a … Continue reading How to update a NuGet library once the author isn’t available
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 is about a pattern / library that allows you to create methods that can … Continue reading A pattern / library for methods that return a status, including localization
The last article covered why I added extra features to the .NET support of multiple languages … Continue reading Applying an improved multiple languages library to .NET applications
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
This article described a .NET distributed cache library called Net.DistributedFileStoreCache (referred to as FileStore cache in … Continue reading A .NET distributed cache with a ~25 nanosecond read time!
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
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
I started work on a library that uses a PostgreSQL, which means I need a PostgreSQL … Continue reading Using PostgreSQL in dev: Part 1 – Installing PostgreSQL on Windows