How to safely apply an EF Core migrate on ASP.NET Core startup
There are many ways to migrate a database using EF Core, and one of the most … Continue reading How to safely apply an EF Core migrate on ASP.NET Core startup
There are many ways to migrate a database using EF Core, and one of the most … Continue reading How to safely apply an EF Core migrate on ASP.NET Core startup
With the release of NET 6 I wanted to update the code in the repo called … Continue reading Updating your ASP.NET Core / EF Core application to NET 6
This article describes how to test an application that use Entity Framework Core (shortened to EF … Continue reading Using PostgreSQL in dev: Part 2 – Testing against a PostgreSQL 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
In December 2018 I wrote the first article in the series called “A better way to … Continue reading Finally, a library that improves role authorization in ASP.NET Core
This article describes the different ways you can pass data between isolated sections of your code, … Continue reading Evolving modular monoliths: 3. Passing data between bounded contexts
This is the second article in a series about building Microsoft .NET applications using a modular … Continue reading Evolving modular monoliths: 2. Breaking up your app into multiple solutions
This is the first article in a series about building a .NET application using a modular … Continue reading Evolving modular monoliths: 1. An architecture for .NET
This is a companion article to the EF Core Community Standup called “Performance tuning an EF … Continue reading Five levels of performance tuning for an EF Core query
In this article I look at my use of a clean architecture with the modular monolith … Continue reading My experience of using the Clean Architecture with a Modular Monolith