- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Supporting EF Core migrations with WebApplicationBuilder
Exploring .NET 6 - Part 5
In this post I describe how HostBuilder had to be updated to support the EF Core tools after the introduction of WebApplication and WebApplicationBuilder…

Running database migrations using jobs and init containers
Deploying ASP.NET Core applications to Kubernetes - Part 8
In this post I show how to run database migrations using Kubernetes jobs and init containers…

Running database migrations when deploying to Kubernetes
Deploying ASP.NET Core applications to Kubernetes - Part 7
In this post I discuss various approaches to running database migrations when deploying to Kubernetes…

Customising ASP.NET Core Identity EF Core naming conventions for PostgreSQL
In this post I'll describe how to configure EF Core to use snake_case for database object names instead of Camel Case, so they work better with PostgreSQL.…

Adding EF Core and PostgreSQL to an ASP.NET Core project on OS X
In this post I describe how to add PostgreSQL and EF Core to your app, how to build a model, and run migrations to create your database.…

